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

test_DecrBy() public method

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