redis

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Key

type Key string

Key key.

const (
	// CallbackQueryData2 is the key for storing callback query data.
	// params: handler route, action hash
	CallbackQueryData2 Key = "callback_query/button_data/%s/%s"
)

CallbackQueryData keys.

const (
	// CommandRateLimitLock2 is the key for command rate limit lock.
	// params: command, platform, chat id
	CommandRateLimitLock2 Key = "rate_limit/manual_recap/command:%s/group/%s/%s"
)
const (
	// SessionDeleteLaterMessagesForActor1 is the key for deleting later messages for actor.
	// params: actor id
	SessionDeleteLaterMessagesForActor1 Key = "session/delete_later_messages_for_actor/%d" // List
)

func (Key) Format

func (k Key) Format(params ...interface{}) string

Format format.

Jump to

Keyboard shortcuts

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