Class: RedisCounters::Partition
- Inherits:
-
Bucket
- Object
- Bucket
- RedisCounters::Partition
show all
- Defined in:
- lib/redis_counters/partition.rb
Instance Attribute Summary
Attributes inherited from Bucket
#bucket_params, #counter
Class Method Summary
collapse
Instance Method Summary
collapse
Methods inherited from Bucket
#initialize, #params
Class Method Details
.default_options ⇒ Object
8
9
10
|
# File 'lib/redis_counters/partition.rb', line 8
def self.default_options
{:only_leaf => false}
end
|
Instance Method Details
#bucket_keys ⇒ Object
12
13
14
|
# File 'lib/redis_counters/partition.rb', line 12
def bucket_keys
counter.send(:partition_keys)
end
|