redisx

package
v1.0.1-0...-f4023b9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 4, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

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

func (*StringOps) Delete

func (s *StringOps) Delete(key string) error

func (*StringOps) Get

func (s *StringOps) Get(key string) (string, error)

func (*StringOps) GetSet

func (s *StringOps) GetSet(key string, value string) (string, error)

func (*StringOps) Increment

func (s *StringOps) Increment(key string) error

func (*StringOps) IncrementBy

func (s *StringOps) IncrementBy(key string, value int) error

func (*StringOps) MSet

func (s *StringOps) MSet(key string, value string) error

func (*StringOps) Set

func (s *StringOps) Set(key string, value string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL