public
Description: Tracks the keys added to an instance of MemCache
Clone URL: git://github.com/jamescook/memcache_keys_script.git
Search Repo:
Updated readme
jamescook (author)
Tue Jul 15 18:37:40 -0700 2008
commit  b48602172a05205b72e55144c4940d9fe433b462
tree    3f40a563d952c121c97113ee262a92796f8b74bd
parent  a606ae419bae3614de24731db6625aae488f9a88
0
...
1
 
2
 
3
4
5
...
 
1
2
3
4
5
6
0
@@ -1,5 +1,6 @@
0
--- This ruby script merely add a 'keys' method to inspect the key names for an instance of MemCache.
0
+-- This ruby script add a 'keys' method to inspect the key names for an instance of MemCache.
0
 -- Internally, a separate KEYS hash is created to store the key names
0
+-- In addition, the script uses the 'keys' method to serialize/deserialize data. AWESOME!!!
0
 
0
 Example usage:
0
  --> CACHE = MemCache.new

Comments

    No one has commented yet.