type github.com/go-redis/redis/v8.Cmd
35 uses
github.com/go-redis/redis/v8 (current package)
cluster.go#L743: func (c *ClusterClient) Do(ctx context.Context, args ...interface{}) *Cmd {
command.go#L113: var _ Cmder = (*Cmd)(nil)
command.go#L168: type Cmd struct {
command.go#L174: func NewCmd(ctx context.Context, args ...interface{}) *Cmd {
command.go#L175: return &Cmd{
command.go#L183: func (cmd *Cmd) String() string {
command.go#L187: func (cmd *Cmd) Val() interface{} {
command.go#L191: func (cmd *Cmd) Result() (interface{}, error) {
command.go#L195: func (cmd *Cmd) Text() (string, error) {
command.go#L208: func (cmd *Cmd) Int() (int, error) {
command.go#L223: func (cmd *Cmd) Int64() (int64, error) {
command.go#L238: func (cmd *Cmd) Uint64() (uint64, error) {
command.go#L253: func (cmd *Cmd) Float32() (float32, error) {
command.go#L272: func (cmd *Cmd) Float64() (float64, error) {
command.go#L287: func (cmd *Cmd) Bool() (bool, error) {
command.go#L302: func (cmd *Cmd) readReply(rd *proto.Reader) error {
commands.go#L287: Eval(ctx context.Context, script string, keys []string, args ...interface{}) *Cmd
commands.go#L288: EvalSha(ctx context.Context, sha1 string, keys []string, args ...interface{}) *Cmd
commands.go#L2358: func (c cmdable) Eval(ctx context.Context, script string, keys []string, args ...interface{}) *Cmd {
commands.go#L2372: func (c cmdable) EvalSha(ctx context.Context, sha1 string, keys []string, args ...interface{}) *Cmd {
pipeline.go#L27: Do(ctx context.Context, args ...interface{}) *Cmd
pipeline.go#L56: func (c *Pipeline) Do(ctx context.Context, args ...interface{}) *Cmd {
pubsub.go#L43: cmd *Cmd
redis.go#L571: func (c *Client) Do(ctx context.Context, args ...interface{}) *Cmd {
result.go#L6: func NewCmdResult(val interface{}, err error) *Cmd {
result.go#L7: var cmd Cmd
ring.go#L447: func (c *Ring) Do(ctx context.Context, args ...interface{}) *Cmd {
script.go#L12: Eval(ctx context.Context, script string, keys []string, args ...interface{}) *Cmd
script.go#L13: EvalSha(ctx context.Context, sha1 string, keys []string, args ...interface{}) *Cmd
script.go#L49: func (s *Script) Eval(ctx context.Context, c scripter, keys []string, args ...interface{}) *Cmd {
script.go#L53: func (s *Script) EvalSha(ctx context.Context, c scripter, keys []string, args ...interface{}) *Cmd {
script.go#L59: func (s *Script) Run(ctx context.Context, c scripter, keys []string, args ...interface{}) *Cmd {
universal.go#L179: Do(ctx context.Context, args ...interface{}) *Cmd
github.com/go-redis/redis_rate/v9
rate.go#L15: Eval(ctx context.Context, script string, keys []string, args ...interface{}) *redis.Cmd
rate.go#L16: EvalSha(ctx context.Context, sha1 string, keys []string, args ...interface{}) *redis.Cmd
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |