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

test_Keys() public method

public test_Keys ( )
    public function test_Keys()
    {
        $this->assertEquals('keys p*', $this->redis->Keys('p*'));
    }
TestRedisServer