lib/redistat.rb in redistat-0.2.0 vs lib/redistat.rb in redistat-0.2.1
- old
+ new
@@ -33,10 +33,10 @@
module Redistat
KEY_NEXT_ID = ".next_id"
KEY_EVENT = ".event:"
- KEY_LEBELS = "Redistat.labels:" # used for reverse label hash lookup
+ KEY_LABELS = "Redistat.labels:" # used for reverse label hash lookup
KEY_EVENT_IDS = ".event_ids"
LABEL_INDEX = ".label_index:"
GROUP_SEPARATOR = "/"
class InvalidOptions < ArgumentError; end