type github.com/go-redis/redis/v8.StringIntMapCmd
12 uses
github.com/go-redis/redis/v8 (current package)
command.go#L933: type StringIntMapCmd struct {
command.go#L939: var _ Cmder = (*StringIntMapCmd)(nil)
command.go#L941: func NewStringIntMapCmd(ctx context.Context, args ...interface{}) *StringIntMapCmd {
command.go#L942: return &StringIntMapCmd{
command.go#L950: func (cmd *StringIntMapCmd) Val() map[string]int64 {
command.go#L954: func (cmd *StringIntMapCmd) Result() (map[string]int64, error) {
command.go#L958: func (cmd *StringIntMapCmd) String() string {
command.go#L962: func (cmd *StringIntMapCmd) readReply(rd *proto.Reader) error {
commands.go#L296: PubSubNumSub(ctx context.Context, channels ...string) *StringIntMapCmd
commands.go#L2435: func (c cmdable) PubSubNumSub(ctx context.Context, channels ...string) *StringIntMapCmd {
result.go#L94: func NewStringIntMapCmdResult(val map[string]int64, err error) *StringIntMapCmd {
result.go#L95: var cmd StringIntMapCmd
![]() |
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. |