Jamm\Memory\Tests\TestRedisServer::test_MSetNX PHP 메소드

test_MSetNX() 공개 메소드

public test_MSetNX ( )
    public function test_MSetNX()
    {
        $this->assertEquals('msetnx k v a b', $this->redis->MSetNX(array('k' => 'v', 'a' => 'b')));
    }
TestRedisServer