mirror of
https://github.com/redis/go-redis.git
synced 2025-07-29 17:41:15 +03:00
Remove deprecated command
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user