Skip to content

Instantly share code, notes, and snippets.

@y-ogi
Created July 28, 2011 01:09
Show Gist options
  • Save y-ogi/1110719 to your computer and use it in GitHub Desktop.
Save y-ogi/1110719 to your computer and use it in GitHub Desktop.
for using memcache with interactive shell
from google.appengine.api import apiproxy_stub_map
from google.appengine.api.memcache import memcache_stub
apiproxy_stub_map.apiproxy.RegisterStub('memcache', memcache_stub.MemcacheServiceStub())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment