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