Jamm\Memory\IRedisServer::LInsert PHP Method

LInsert() public method

Insert an element before or after another element in a list
public LInsert ( string $key, boolean $after = true, string $pivot, string $value ) : integer
$key string
$after boolean
$pivot string
$value string
return integer
    public function LInsert($key, $after = true, $pivot, $value);