From ecbcf70b2b6373c66370d46686788f5077f8648e Mon Sep 17 00:00:00 2001
From: Alex Reisner <alex@alexreisner.com>
Date: Tue, 5 Nov 2013 23:33:59 -0500
Subject: [PATCH] Don't list #keys method as required.

---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index 06ff00ba..c4c4431d 100644
--- a/README.md
+++ b/README.md
@@ -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).
-- 
GitLab