Sha256: 102b460c572d52906c7a056c75904e817b61e257fa809474336206616a69ef82

Contents?: true

Size: 448 Bytes

Versions: 1

Compression:

Stored size: 448 Bytes

Contents

# Raised from Redis::KeyHash.all_in_one_slot! on a mismatch.
#
# Generally, this indicates we were about to risk a Redis operation
# which is likely to produce a Redis error result like:
#
#  (error) CROSSSLOT Keys in request don't hash to the same slot
#
# TODO: rubocop
#
# TODO: rdoc
#
class Redis
  class ImpendingCrossSlotError < ArgumentError # TODO: Redis::CommandError?
    #
    # TODO: capture the problems with the keys?
    #
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redis-key_hash-0.0.2 lib/redis/impending_cross_slot_error.rb