Class: RedisCounters::HashCounter

Inherits:
BaseCounter show all
Includes:
ClusterizeAndPartitionize
Defined in:
lib/redis_counters/hash_counter.rb

Overview

Счетчик на основе redis-hash, с возможностью партиционирования и кластеризации значений.

Direct Known Subclasses

UniqueHashCounter

Constant Summary

Constants inherited from BaseCounter

BaseCounter::KEY_DELIMITER, BaseCounter::VALUE_DELIMITER

Instance Attribute Summary

Attributes inherited from BaseCounter

#options, #params, #redis

Method Summary

Methods included from ClusterizeAndPartitionize

#data, #delete_all!, #delete_all_direct!, #delete_partition_direct!, #delete_partitions!, #partitions

Methods inherited from BaseCounter

create, #initialize, #name, #process

Constructor Details

This class inherits a constructor from RedisCounters::BaseCounter