Home | Trees | Indices | Help |
---|
|
Version: 2.6.2
Submodules | |
|
Classes | |
Redis Provides backwards compatibility with older versions of redis-py that changed arguments to some commands to be more Pythonic, sane, or by accident. |
|
StrictRedis Implementation of the Redis protocol. |
|
ConnectionPool Generic connection pool |
|
Connection Manages TCP communication to and from a Redis server |
|
UnixDomainSocketConnection | |
AuthenticationError | |
ConnectionError | |
DataError | |
InvalidResponse | |
PubSubError | |
RedisError | |
ResponseError | |
WatchError |
Functions | |||
|
Function Details |
Returns an active Redis client generated from the given database URL. Will attempt to extract the database id from the path url fragment, if none is provided. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Aug 26 15:54:15 2015 | http://epydoc.sourceforge.net |