Method: Beetle::DeduplicationStore#keys

Defined in:
lib/beetle/deduplication_store.rb

#keys(msg_id) ⇒ Object

list of keys which potentially exist in Redis for the given message id



43
44
45
# File 'lib/beetle/deduplication_store.rb', line 43

def keys(msg_id)
  KEY_SUFFIXES.map{|suffix| key(msg_id, suffix)}
end