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

test_sDiffStore() public method

public test_sDiffStore ( )
    public function test_sDiffStore()
    {
        $this->assertEquals('sdiffstore d k', $this->redis->sDiffStore('d', 'k'));
    }
TestRedisServer