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