Package redis
[frames] | no frames]

Package redis

source code


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
 
from_url(url, db=None, **kwargs)
Returns an active Redis client generated from the given database URL.
source code
Function Details

from_url(url, db=None, **kwargs)

source code 

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.