type github.com/go-redis/redis/v8.StringStringMapCmd
13 uses
github.com/go-redis/redis/v8 (current package)
command.go#L881: type StringStringMapCmd struct {
command.go#L887: var _ Cmder = (*StringStringMapCmd)(nil)
command.go#L889: func NewStringStringMapCmd(ctx context.Context, args ...interface{}) *StringStringMapCmd {
command.go#L890: return &StringStringMapCmd{
command.go#L898: func (cmd *StringStringMapCmd) Val() map[string]string {
command.go#L902: func (cmd *StringStringMapCmd) Result() (map[string]string, error) {
command.go#L906: func (cmd *StringStringMapCmd) String() string {
command.go#L910: func (cmd *StringStringMapCmd) readReply(rd *proto.Reader) error {
commands.go#L144: HGetAll(ctx context.Context, key string) *StringStringMapCmd
commands.go#L1002: func (c cmdable) HGetAll(ctx context.Context, key string) *StringStringMapCmd {
result.go#L86: func NewStringStringMapResult(val map[string]string, err error) *StringStringMapCmd {
result.go#L87: var cmd StringStringMapCmd
sentinel.go#L339: func (c *SentinelClient) Master(ctx context.Context, name string) *StringStringMapCmd {
![]() |
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. |