Sha256: dd192ef6084012c61d1335c0aef458934ea1b5e741f82e0d6d8cca8957bc4a79
Contents?: true
Size: 294 Bytes
Versions: 2
Compression:
Stored size: 294 Bytes
Contents
# frozen_string_literal: true require_relative 'helper' require_relative 'lint/hashes' # ruby -w -Itest test/cluster_commands_on_hashes_test.rb # @see https://redis.io/commands#hash class TestClusterCommandsOnHashes < Test::Unit::TestCase include Helper::Cluster include Lint::Hashes end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
redis-4.0.3 | test/cluster_commands_on_hashes_test.rb |
redis-4.1.0.beta1 | test/cluster_commands_on_hashes_test.rb |