Hi, just in time for 1.9.12 i have added a redis router plugin. It exposes 4 commands:
"redis" get an item from a redis server: route = /foobar redis:addr=127.0.0.1:6372,key=/foobar "redis-continue" as "redis" but continue to the next rule "redisstore/redis-store" store the output to a redis item route = /cacheme redisstore:addr=127.0.0.1:6372,key=mykey the plugin is builtin by default -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
