mirror of
https://github.com/redis/go-redis.git
synced 2025-07-29 17:41:15 +03:00
Added OnConnect callback to UniversalOptions (#747)
* Added OnConnect callback to UniversalOptions
This commit is contained in:
committed by
Vladimir Mihailenco
parent
877867d284
commit
1b1fc80e20
@ -219,7 +219,7 @@ var _ = Describe("Commands", func() {
|
||||
It("Should Command", func() {
|
||||
cmds, err := client.Command().Result()
|
||||
Expect(err).NotTo(HaveOccurred())
|
||||
Expect(len(cmds)).To(BeNumerically("~", 180, 10))
|
||||
Expect(len(cmds)).To(BeNumerically("~", 185, 10))
|
||||
|
||||
cmd := cmds["mget"]
|
||||
Expect(cmd.Name).To(Equal("mget"))
|
||||
|
Reference in New Issue
Block a user