internal

package
v0.0.0-...-f554d25 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// LockScript is the Lua script for acquiring a lock.
	LockScript = redis.NewScript(lockScript)

	// UnlockScript is the Lua script for releasing a lock.
	UnlockScript = redis.NewScript(unlockScript)

	// RLockScript is the Lua script for acquiring a read lock.
	RLockScript = redis.NewScript(rlockScript)

	// RUnlockScript is the Lua script for releasing a read lock.
	RUnlockScript = redis.NewScript(runlockScript)

	// RefreshScript is the Lua script for refreshing a lock.
	RefreshScript = redis.NewScript(refreshScript)
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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