Jamm\Memory\Tests\TestRedisServer::test_hIncrBy PHP Метод

test_hIncrBy() публичный Метод

public test_hIncrBy ( )
    public function test_hIncrBy()
    {
        $this->assertEquals('hincrby key field 50', $this->redis->hIncrBy('key', 'field', 50));
    }
TestRedisServer