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:
@ -330,7 +330,7 @@ func (info LibraryInfo) Validate() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// Hello Set the resp protocol used.
|
||||
// Hello sets the resp protocol used.
|
||||
func (c statefulCmdable) Hello(ctx context.Context,
|
||||
ver int, username, password, clientName string,
|
||||
) *MapStringInterfaceCmd {
|
||||
|
Reference in New Issue
Block a user