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

test_Exists() public method

public test_Exists ( )
    public function test_Exists()
    {
        $this->assertEquals('exists key', $this->redis->Exists('key'));
    }
TestRedisServer