Documentation
¶
Index ¶
- type StringOps
- func (s *StringOps) Delete(key string) error
- func (s *StringOps) Get(key string) (string, error)
- func (s *StringOps) GetSet(key string, value string) (string, error)
- func (s *StringOps) Increment(key string) error
- func (s *StringOps) IncrementBy(key string, value int) error
- func (s *StringOps) MSet(key string, value string) error
- func (s *StringOps) Set(key string, value string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StringOps ¶
type StringOps struct {
// contains filtered or unexported fields
}
func NewStringOps ¶
func NewStringOps() *StringOps
Click to show internal directories.
Click to hide internal directories.