Jamm\Memory\IRedisServer::Type PHP Method

Type() public method

The different types that can be returned are: string, list, set, zset and hash.
public Type ( string $key ) : string
$key string Returns type of key, or 'none' when key does not exist.
return string
    public function Type($key);