Jamm\Memory\IRedisServer::Sort PHP Method

Sort() public method

Sort the elements in a list, set or sorted set
public Sort ( string $key, string $sort_rule ) : array
$key string
$sort_rule string [BY pattern] [LIMIT offset count] [GET pattern [GET pattern ...]] [ASC|DESC] [ALPHA] [STORE destination] Returns list of sorted elements.
return array
    public function Sort($key, $sort_rule);