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

test_MSet() 공개 메소드

public test_MSet ( )
    public function test_MSet()
    {
        $this->assertEquals('mset k v a b', $this->redis->MSet(array('k' => 'v', 'a' => 'b')));
    }
TestRedisServer