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:
@@ -20,7 +20,7 @@ var _ = Describe("races", func() {
|
||||
|
||||
BeforeEach(func() {
|
||||
client = redis.NewClient(redisOptions())
|
||||
Expect(client.FlushDb().Err()).To(BeNil())
|
||||
Expect(client.FlushDB().Err()).To(BeNil())
|
||||
|
||||
C, N = 10, 1000
|
||||
if testing.Short() {
|
||||
|
||||
Reference in New Issue
Block a user