mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
Support for CLIENT SETINFO (#2659)
* feat: merge master * feat: revert ring.go * feat: add ClientSetInfo command * fix: test and cmd: * fix: test and cmd * fix: test and cmd * fix: test and cmd * feat: redesigning the API * fix: panic test * fix: panic test --------- Co-authored-by: Anuragkillswitch <70265851+Anuragkillswitch@users.noreply.github.com> Co-authored-by: ofekshenawa <104765379+ofekshenawa@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
017466b6cc
commit
3b0d10b4ed
@ -5292,3 +5292,9 @@ func (cmd *ACLLogCmd) readReply(rd *proto.Reader) error {
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
// LibraryInfo holds the library info.
|
||||
type LibraryInfo struct {
|
||||
LibName *string
|
||||
LibVer *string
|
||||
}
|
||||
|
Reference in New Issue
Block a user