Method: Beetle::DeduplicationStore#key
- Defined in:
- lib/beetle/deduplication_store.rb
#key(msg_id, suffix) ⇒ Object
build a Redis key out of a message id and a given suffix
38 39 40 |
# File 'lib/beetle/deduplication_store.rb', line 38 def key(msg_id, suffix) "#{msg_id}:#{suffix}" end |