Skip to content
Snippets Groups Projects
Commit ecbcf70b authored by Alex Reisner's avatar Alex Reisner
Browse files

Don't list #keys method as required.

parent 58a1938e
No related branches found
No related tags found
No related merge requests found
......@@ -472,7 +472,6 @@ This example uses Redis, but the cache store can be any object that supports the
* `store#[](key)` or `#get` or `#read` - retrieves a value
* `store#[]=(key, value)` or `#set` or `#write` - stores a value
* `store#keys` - lists all keys
* `store#del(url)` - deletes a value
Even a plain Ruby hash will work, though it's not a great choice (cleared out when app is restarted, not shared between app instances, etc).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment