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

test_IncrBy() public method

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