Package redis :: Module connection
[frames] | no frames]

Module connection

source code

Classes
  PythonParser
Plain Python parsing class
  HiredisParser
Parser class for connections using Hiredis
  DefaultParser
Plain Python parsing class
  Connection
Manages TCP communication to and from a Redis server
  UnixDomainSocketConnection
  ConnectionPool
Generic connection pool
Variables
  hiredis_available = False
  SYM_STAR = '*'
  SYM_DOLLAR = '$'
  SYM_CRLF = '\r\n'
  SYM_LF = '\n'
  __package__ = 'redis'