• Sean Bleier's avatar
    Added support for unix domain sockets and custom parsers. · 9de00c2b
    Sean Bleier authored
    Added the ability to use tcp sockets or unix domain sockets. Also added the
    ability to specify a parser to use when processing responses from the redis
    server.  To do this I had to bring back the custom connection pool, since
    you need to instantiate a custom connection pool to be able to specify a
    parser class.
    9de00c2b
Name
Last commit
Last update
redis_cache Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
AUTHORS.rst Loading commit data...
LICENSE Loading commit data...
MANIFEST.in Loading commit data...
README.rst Loading commit data...
setup.py Loading commit data...
sockettests.py Loading commit data...
tcptests.py Loading commit data...