memory

package
v0.0.0-...-f6fb212 Latest Latest
Warning

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

Go to latest
Published: Dec 30, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Storage

type Storage struct {
	// contains filtered or unexported fields
}

Storage is interface structure

func New

func New() *Storage

New func implements the storage interface for gorush (https://github.com/tolki-app/gorush)

func (*Storage) Add

func (s *Storage) Add(key string, count int64)

func (*Storage) Close

func (*Storage) Close() error

Close the storage connection

func (*Storage) Get

func (s *Storage) Get(key string) int64

func (*Storage) Init

func (*Storage) Init() error

Init client storage.

func (*Storage) Set

func (s *Storage) Set(key string, count int64)

Jump to

Keyboard shortcuts

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