mirror of
https://github.com/redis/go-redis.git
synced 2025-04-17 20:17:02 +03:00
Remove deprecated command
This commit is contained in:
parent
d19aba07b4
commit
3e1f1aba0e
@ -2153,11 +2153,6 @@ func (c cmdable) FlushAllAsync() *StatusCmd {
|
||||
return cmd
|
||||
}
|
||||
|
||||
// Deprecated. Use FlushDB instead.
|
||||
func (c cmdable) FlushDb() *StatusCmd {
|
||||
return c.FlushDB()
|
||||
}
|
||||
|
||||
func (c cmdable) FlushDB() *StatusCmd {
|
||||
cmd := NewStatusCmd("flushdb")
|
||||
_ = c(cmd)
|
||||
|
Loading…
x
Reference in New Issue
Block a user