Jamm\Memory\IRedisServer::MGet PHP Method

MGet() public method

For every key that does not hold a string value or does not exist, the special value nil is returned. Parameters: $key, [key ...] or: array($key1, $key2...)
public MGet ( string $key ) : array
$key string
return array
    public function MGet($key);