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

test_zIncrBy() public method

public test_zIncrBy ( )
    public function test_zIncrBy()
    {
        $this->assertEquals('zincrby key 10 m', $this->redis->zIncrBy('key', 10, 'm'));
    }
TestRedisServer