Jamm\Memory\Tests\TestRedisServer::test_hKeys PHP Method

test_hKeys() public method

public test_hKeys ( )
    public function test_hKeys()
    {
        $this->assertEquals('hkeys key', $this->redis->hKeys('key'));
    }
TestRedisServer