Remove deprecated command

This commit is contained in:
Vladimir Mihailenco 2019-08-28 14:52:27 +03:00
parent d19aba07b4
commit 3e1f1aba0e
1 changed files with 0 additions and 5 deletions

View File

@ -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)