request

package
v0.0.0-...-834725c Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LuaScript

type LuaScript struct {
	Id     uint   `json:"id"`
	Script string `json:"script"`
	Keys   string `json:"keys"`
	Args   string `json:"args"`
	Db     int    `json:"db"`
}

type ManageRedisConfigSearch

type ManageRedisConfigSearch struct {
	manage.ManageRedisConfig
	StartCreatedAt *time.Time `json:"startCreatedAt" form:"startCreatedAt"`
	EndCreatedAt   *time.Time `json:"endCreatedAt" form:"endCreatedAt"`
	request.PageInfo
}

type ManageRedisLuaScriptSearch

type ManageRedisLuaScriptSearch struct {
	manage.ManageRedisLuaScript
	StartCreatedAt *time.Time `json:"startCreatedAt" form:"startCreatedAt"`
	EndCreatedAt   *time.Time `json:"endCreatedAt" form:"endCreatedAt"`
	request.PageInfo
}

type RedisCmd

type RedisCmd struct {
	Host     string `json:"host"`
	Port     string `json:"port"`
	Password string `json:"password"`
	Db       int    `json:"db"`
	Cmd      string `json:"cmd"`
	Key      string `json:"key"`
	Value    string `json:"value"`
}

Jump to

Keyboard shortcuts

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