redis

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2022 License: MIT Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RedisLock

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

func New

func New(c *redis.Client) (*RedisLock, error)

func (*RedisLock) Lock

func (rl *RedisLock) Lock(ctx context.Context, key string, random interface{}, duration time.Duration, try int) (ok bool, err error)

Lock lock

func (*RedisLock) Unlock

func (rl *RedisLock) Unlock(ctx context.Context, key string, random interface{}) (err error)

UnLock unlock

Jump to

Keyboard shortcuts

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