Versions in this module Expand all Collapse all v1 v1.1.8 Mar 31, 2023 Changes in this version + type String struct + func NewString() *String + func (s *String) Get(key string) (interface{}, bool) + func (s *String) Key(key string) string + func (s *String) Set(key, value string, cost int64, ttl time.Duration) bool