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

test_OBJECT() public method

public test_OBJECT ( )
    public function test_OBJECT()
    {
        $this->assertEquals("object subcommand arguments z", $this->redis->OBJECT("subcommand", ["arguments", 'z']));
    }
TestRedisServer