Home
Trees
Indices
Help
[
frames
] |
no frames
]
[
Module Hierarchy
|
Class Hierarchy
]
Class Hierarchy
object
:
The most base type
exceptions.BaseException
:
Common base class for all exceptions
exceptions.Exception
:
Common base class for all non-exit exceptions.
redis.exceptions.RedisError
redis.exceptions.AuthenticationError
redis.exceptions.ConnectionError
redis.exceptions.DataError
redis.exceptions.InvalidResponse
redis.client.LockError
:
Errors thrown from the Lock
redis.exceptions.PubSubError
redis.exceptions.ResponseError
redis.exceptions.NoScriptError
redis.exceptions.WatchError
redis.client.BasePipeline
:
Pipelines provide a way to transmit multiple commands to the Redis server in one transmission.
redis.client.Pipeline
:
Pipeline for the Redis class
redis.client.StrictPipeline
:
Pipeline for the StrictRedis class
redis.connection.Connection
:
Manages TCP communication to and from a Redis server
redis.connection.UnixDomainSocketConnection
redis.connection.ConnectionPool
:
Generic connection pool
redis.connection.HiredisParser
:
Parser class for connections using Hiredis
redis.client.Lock
:
A shared, distributed Lock.
redis.client.PubSub
:
PubSub provides publish, subscribe and listen support to Redis channels.
redis.connection.PythonParser
:
Plain Python parsing class
redis.client.Script
:
An executable LUA script object returned by ``register_script``
redis.client.StrictRedis
:
Implementation of the Redis protocol.
redis.client.Redis
:
Provides backwards compatibility with older versions of redis-py that changed arguments to some commands to be more Pythonic, sane, or by accident.
redis.client.Pipeline
:
Pipeline for the Redis class
redis.client.StrictPipeline
:
Pipeline for the StrictRedis class
Home
Trees
Indices
Help
Generated by Epydoc 3.0.1 on Wed Aug 26 15:54:15 2015
http://epydoc.sourceforge.net