All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes
redis.connection.UnixDomainSocketConnection Class Reference
Inheritance diagram for redis.connection.UnixDomainSocketConnection:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__

Public Attributes

 db
 decode_responses
 encoding
 encoding_errors
 password
 path
 pid
 socket_timeout

Private Member Functions

def _connect
def _error_message

Private Attributes

 _parser
 _sock

Detailed Description

Definition at line 334 of file connection.py.


Constructor & Destructor Documentation

def redis.connection.UnixDomainSocketConnection.__init__ (   self,
  path = '',
  db = 0,
  password = None,
  socket_timeout = None,
  encoding = 'utf-8',
  encoding_errors = 'strict',
  decode_responses = False,
  parser_class = DefaultParser 
)

Definition at line 335 of file connection.py.


Member Function Documentation

Reimplemented from redis.connection.Connection.

Definition at line 350 of file connection.py.

def redis.connection.UnixDomainSocketConnection._error_message (   self,
  exception 
) [private]

Reimplemented from redis.connection.Connection.

Definition at line 357 of file connection.py.


Member Data Documentation

Reimplemented from redis.connection.Connection.

Definition at line 335 of file connection.py.

Reimplemented from redis.connection.Connection.

Definition at line 335 of file connection.py.

Reimplemented from redis.connection.Connection.

Definition at line 335 of file connection.py.

Reimplemented from redis.connection.Connection.

Definition at line 335 of file connection.py.

Reimplemented from redis.connection.Connection.

Definition at line 335 of file connection.py.

Reimplemented from redis.connection.Connection.

Definition at line 335 of file connection.py.

Reimplemented from redis.connection.Connection.

Definition at line 335 of file connection.py.

Definition at line 335 of file connection.py.

Reimplemented from redis.connection.Connection.

Definition at line 335 of file connection.py.

Reimplemented from redis.connection.Connection.

Definition at line 335 of file connection.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends


redis
Author(s): Daniel Stonier
autogenerated on Tue Jan 15 2013 17:43:13