The highest tagged major version is
v2.
package
Version:
v1.19.1
Opens a new window with list of versions in this module.
Published: Aug 18, 2021
License: GPL-2.0, GPL-2.0-or-later
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 5
Opens a new window with list of known importers.
Documentation
¶
Package args provides types for the redis RPC arguments.
type Hexists struct{ Key, Field string }
type Hget struct{ Key, Field string }
type Hgetall struct{ Key string }
type Hkeys struct{ Key string }
type Hset struct {
Key, Field string
Value []byte
}
type Unassign struct {
Key string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.