type github.com/go-redis/redis/v8.StringStructMapCmd

10 uses

	github.com/go-redis/redis/v8 (current package)
		command.go#L985: type StringStructMapCmd struct {
		command.go#L991: var _ Cmder = (*StringStructMapCmd)(nil)
		command.go#L993: func NewStringStructMapCmd(ctx context.Context, args ...interface{}) *StringStructMapCmd {
		command.go#L994: 	return &StringStructMapCmd{
		command.go#L1002: func (cmd *StringStructMapCmd) Val() map[string]struct{} {
		command.go#L1006: func (cmd *StringStructMapCmd) Result() (map[string]struct{}, error) {
		command.go#L1010: func (cmd *StringStructMapCmd) String() string {
		command.go#L1014: func (cmd *StringStructMapCmd) readReply(rd *proto.Reader) error {
		commands.go#L183: 	SMembersMap(ctx context.Context, key string) *StringStructMapCmd
		commands.go#L1328: func (c cmdable) SMembersMap(ctx context.Context, key string) *StringStructMapCmd {