class RedisHA::Base
Attributes
key[RW]
merge_strategy[RW]
pool[RW]
Public Class Methods
new(pool, key)
click to toggle source
# File lib/redis_ha/crdt/base.rb, line 5 def initialize(pool, key) @pool = pool @key = key end