ukris / typhoonae

Automatically exported from code.google.com/p/typhoonae
0 stars 0 forks source link

Redis-Backed Datastore #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
After some investigation, I've started to implement a Datastore Redis API proxy 
stub. It's placed in 
its own package and repository. See 
http://code.google.com/p/typhoonae/source/browse/README.rst?repo=redis for 
further 
information.

Design goals:
- plugs into the Google App Engine SDK and (of corse) TyphoonAE
- capable to handle larger amounts of production data
- doing well with concurrency in a multi-process environment

Original issue reported on code.google.com by tobias.r...@gmail.com on 14 Apr 2010 at 1:57