bigcache

package
v0.0.0-...-fdc8e6b Latest Latest
Warning

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

Go to latest
Published: May 13, 2022 License: Unlicense Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BigcacheCache

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

BigcacheCache stores our Redis Pool

func New

func New() (*BigcacheCache, error)

Creates a new Redis cache instance, connecting to the given server and AUTHing with the provided password. If the password is an empty string, the AUTH command will not be run.

func (*BigcacheCache) Close

func (b *BigcacheCache) Close()

func (*BigcacheCache) Flush

func (b *BigcacheCache) Flush() error

func (*BigcacheCache) Insert

func (b *BigcacheCache) Insert(key string, value []byte, ttl time.Duration) error

Insert will SET the key in Redis with an expiry TTL

func (*BigcacheCache) Len

func (b *BigcacheCache) Len() uint

func (*BigcacheCache) Retrieve

func (b *BigcacheCache) Retrieve(key string) ([]byte, error)

func (*BigcacheCache) Size

func (b *BigcacheCache) Size() uint64

Jump to

Keyboard shortcuts

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