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

test_DecrBy() 공개 메소드

public test_DecrBy ( )
    public function test_DecrBy()
    {
        $this->assertEquals('decrby key 5', $this->redis->DecrBy('key', 5));
    }
TestRedisServer