Go to the source code of this file.
Classes | |
class | rocon_python_redis.connection.Connection |
class | rocon_python_redis.connection.ConnectionPool |
class | rocon_python_redis.connection.HiredisParser |
class | rocon_python_redis.connection.PythonParser |
class | rocon_python_redis.connection.UnixDomainSocketConnection |
Namespaces | |
namespace | rocon_python_redis::connection |
Variables | |
rocon_python_redis::connection.DefaultParser = HiredisParser | |
rocon_python_redis::connection.hiredis_available = True | |
tuple | rocon_python_redis::connection.SYM_CRLF = b('\r\n') |
tuple | rocon_python_redis::connection.SYM_DOLLAR = b('$') |
tuple | rocon_python_redis::connection.SYM_LF = b('\n') |
tuple | rocon_python_redis::connection.SYM_STAR = b('*') |