[google-appengine] Re: documentation for memcache namespaces?

2009-05-05 Thread djidjadji
http://code.google.com/appengine/docs/python/memcache/clientclass.html#Introduction 2009/5/4 Andy Freeman : > > Where are memcache namespaces documented? (They're mentioned in > http://code.google.com/appengine/docs/python/memcache/functions.html > and http://code.google.com/appengine/docs/python

[google-appengine] Re: documentation for memcache namespaces?

2009-05-05 Thread Andy Freeman
I mentioned that link. It doesn't provide any useful information about what namespaces do. Consider the documentation for set_multi. "key_prefix - Prefix for to prepend to all keys. ... namespace - An optional namespace for the keys." What functionality does namespace provide that key_prefix d

[google-appengine] Re: documentation for memcache namespaces?

2009-05-05 Thread djidjadji
It says: To be compatible with other memcache implementations they allow parameters and functions that have no meaning --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group,

[google-appengine] Re: documentation for memcache namespaces?

2009-05-06 Thread Andy Freeman
That sentence is in the section that lists the functions that have no meaning/for compatibility. In the listing of functions that have meaning, various arguments are listed as having no meaning/for compatibility but namespace isn't one of those arguments. On May 5, 4:00 pm, djidjadji wrote: > I