Versions in this module Expand all Collapse all v0 v0.1.1 Aug 26, 2025 v0.1.0 Oct 9, 2024 Changes in this version + type IncRCU struct + func NewRCUI64(p *map[int64]interface{}, maxCAS int) IncRCU + func NewRCUStr(p *map[string]interface{}, maxCAS int) IncRCU + func (self *IncRCU) DumpI64() (ret map[int64]interface{}) + func (self *IncRCU) DumpStr() (ret map[string]interface{}) + func (self *IncRCU) GetByI64(id int64) interface{} + func (self *IncRCU) GetByStr(id string) interface{} + func (self *IncRCU) SetByI64(id int64, val interface{}) (exist bool) + func (self *IncRCU) SetByStr(id string, val interface{}) (exist bool)