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

test_hGet() public method

public test_hGet ( )
    public function test_hGet()
    {
        $this->assertEquals('hget key field', $this->redis->hget('key', 'field'));
    }
TestRedisServer