Sha256: d161c2fe81a0824520829b808c7ae9e0e87f5ae75071d3cfa46b9554aa63ea80

Contents?: true

Size: 366 Bytes

Versions: 2

Compression:

Stored size: 366 Bytes

Contents

# frozen_string_literal: true

require_relative 'helper'
require_relative 'lint/lists'

# ruby -w -Itest test/cluster_commands_on_lists_test.rb
# @see https://redis.io/commands#list
class TestClusterCommandsOnLists < Test::Unit::TestCase
  include Helper::Cluster
  include Lint::Lists

  def test_rpoplpush
    assert_raise(Redis::CommandError) { super }
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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