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

test_IncrBy() 공개 메소드

public test_IncrBy ( )
    public function test_IncrBy()
    {
        $this->assertEquals('incrby key 5', $this->redis->IncrBy('key', 5));
    }
TestRedisServer