mirror of
https://github.com/redis/go-redis.git
synced 2025-12-25 00:01:00 +03:00
Add FlushDBAsync and FlushAllAsync
This commit is contained in:
@@ -15,7 +15,7 @@ var _ = Describe("Sentinel", func() {
|
||||
MasterName: sentinelName,
|
||||
SentinelAddrs: []string{":" + sentinelPort},
|
||||
})
|
||||
Expect(client.FlushDb().Err()).NotTo(HaveOccurred())
|
||||
Expect(client.FlushDB().Err()).NotTo(HaveOccurred())
|
||||
})
|
||||
|
||||
AfterEach(func() {
|
||||
|
||||
Reference in New Issue
Block a user