Download django-redis 1.3.1


Redis cache allows you to use either a TCP connection or Unix domain socket to connect to your redis server.
django-redis
Developer : Andrei Antoukh
Size : 0.01Mb
OS : Linux
Requirements : · Python· Django
License : Freeware
Click here to download




A simple Redis cache backend for DjangoRedis cache allows you to use either a TCP connection or Unix domain socket to connect to your redis server. Using a TCP connection is useful for when you have your redis server separate from your app server and/or within a distributed environment. Unix domain sockets are useful if you have your redis server and application running on the same machine and want the fastest possible connection.You can specify (optionally) what parser class you want redis-py to use when parsing messages from the redis server. redis-py will pick the best parser for you implicitly, but using the PARSER_CLASS setting gives you control and the option to roll your own parser class if you are so bold.