Jamm\Memory\IRedisServer::LTrim PHP Method

LTrim() public method

Trim a list to the specified range
public LTrim ( string $key, integer $start, integer $stop ) : boolean
$key string
$start integer
$stop integer
return boolean
    public function LTrim($key, $start, $stop);