mirror of
https://github.com/redis/go-redis.git
synced 2025-06-14 01:21:30 +03:00
Code cleanup
This commit is contained in:
@ -2316,6 +2316,7 @@ var _ = Describe("Commands", func() {
|
||||
zAdd = client.ZAdd("zset", redis.Z{0, "b"})
|
||||
Expect(zAdd.Err()).NotTo(HaveOccurred())
|
||||
zAdd = client.ZAdd("zset", redis.Z{0, "c"})
|
||||
Expect(zAdd.Err()).NotTo(HaveOccurred())
|
||||
|
||||
zRangeByLex := client.ZRangeByLex("zset", redis.ZRangeBy{
|
||||
Min: "-",
|
||||
|
Reference in New Issue
Block a user