[Checkins] SVN: lovely.memcached/trunk/src/lovely/memcached/README.txt added possibility to have raw cache keys, the set method now returns the generated key

Bernd Dorn bernd.dorn at lovelysystems.com
Mon Apr 16 12:29:37 EDT 2007


Log message for revision 74183:
  added possibility to have raw cache keys, the set method now returns the generated key

Changed:
  U   lovely.memcached/trunk/src/lovely/memcached/README.txt

-=-
Modified: lovely.memcached/trunk/src/lovely/memcached/README.txt
===================================================================
--- lovely.memcached/trunk/src/lovely/memcached/README.txt	2007-04-16 16:23:41 UTC (rev 74182)
+++ lovely.memcached/trunk/src/lovely/memcached/README.txt	2007-04-16 16:29:37 UTC (rev 74183)
@@ -179,6 +179,7 @@
   ValueError: u'NS_a'
   >>> util.set(u'value of a', 'a', ns='NS_', raw=True)
   'NS_a'
+  >>> util.set(u'value of a', 'http://a/bc?x=1', ns='NS_', raw=True)
   
 Now we need can get the value with the raw key.
 



More information about the Checkins mailing list