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 {
![]() |
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. |