README.md in wreddit-1.2.0 vs README.md in wreddit-1.2.1
- old
+ new
@@ -14,9 +14,14 @@
```
run ```bundle install``` in your app
## How to use
+#### REDIS
+This gem takes advantage of Redis caching which should help reduce the amount of error requests received by Reddit's Native API. You can't really make adjustments to the
+caching because caching is going to happen automatically. In order to use Redis, you **MUST** be running a redis-server to handle the hash maps of URLs and response objects.
+<br>
+
As of v.1.0.2 we are using the Wreddit class.
###### Example of basic usage
```
wreddit = Wreddit.new #wreddit will be a standard variable for future examples
@reddit_user = wreddit.user('username').parse