Sha256: bc04318c376aabf6477ab22f646d67179bc314d1ece52b8f6ed544cdec166a16

Contents?: true

Size: 411 Bytes

Versions: 2

Compression:

Stored size: 411 Bytes

Contents

# frozen_string_literal: true

require_relative 'helper'
require_relative 'lint/hyper_log_log'

# ruby -w -Itest test/cluster_commands_on_hyper_log_log_test.rb
# @see https://redis.io/commands#hyperloglog
class TestClusterCommandsOnHyperLogLog < Test::Unit::TestCase
  include Helper::Cluster
  include Lint::HyperLogLog

  def test_pfmerge
    assert_raise Redis::CommandError do
      super
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
redis-4.0.3 test/cluster_commands_on_hyper_log_log_test.rb
redis-4.1.0.beta1 test/cluster_commands_on_hyper_log_log_test.rb