func github.com/go-redis/redis/v8.NewStringStructMapCmd

2 uses

	github.com/go-redis/redis/v8 (current package)
		command.go#L993: func NewStringStructMapCmd(ctx context.Context, args ...interface{}) *StringStructMapCmd {
		commands.go#L1329: 	cmd := NewStringStructMapCmd(ctx, "smembers", key)