mirror of
https://github.com/redis/go-redis.git
synced 2025-07-22 10:01:50 +03:00
docs: fix documentation comments (#3351)
This commit is contained in:
@ -480,7 +480,7 @@ func (c cmdable) HGetEX(ctx context.Context, key string, fields ...string) *Stri
|
||||
return cmd
|
||||
}
|
||||
|
||||
// ExpirationType represents an expiration option for the HGETEX command.
|
||||
// HGetEXExpirationType represents an expiration option for the HGETEX command.
|
||||
type HGetEXExpirationType string
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user