Class Redisent

InheritanceRedisent
SubclassesResque_Redis

Redisent, a Redis interface for the modest among us

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$host string Redisent
$port integer Redisent

Public Methods

Hide inherited methods

MethodDescriptionDefined By
__call() Redisent
__construct() Creates a Redisent connection to the Redis server on host {@link $host} and port {@link $port}. Redisent
__destruct() Redisent
establishConnection() Redisent

Property Details

$host public property
public string $host null
$port public property
public integer $port null

Method Details

__call() public method

public void __call ( $name, $args )
$name
$args
__construct() public method

Creates a Redisent connection to the Redis server on host {@link $host} and port {@link $port}.

public void __construct ( $host, $port 6379 )
$host string

The hostname of the Redis server

$port integer

The port number of the Redis server

__destruct() public method

public void __destruct ( )
establishConnection() public method

public void establishConnection ( )