Documentation
¶
Index ¶
Constants ¶
View Source
const ScanLimit = 500
max keys collected when browsing a key type from the tree view
Variables ¶
View Source
var CommandHelps = []CommandHelp{}/* 227 elements not displayed */
View Source
var KeyTypes = []string{
"string",
"list",
"set",
"zset",
"hash",
"stream",
}
KeyTypes lists the key types offered by the key browser, in display order.
Functions ¶
func FormatJson ¶
Types ¶
type Backend ¶
type Backend struct {
// contains filtered or unexported fields
}
Backend adapts the redis data-access layer to the db.KVBackend contract.
type CommandHelp ¶
type Config ¶
Config holds the connection parameters for a redis server. RdbNum is the logical database number as entered by the user (must parse as an integer).
Click to show internal directories.
Click to hide internal directories.