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

test_MSetNX() public method

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