lib/protocol/redis/methods/server.rb in protocol-redis-0.4.0 vs lib/protocol/redis/methods/server.rb in protocol-redis-0.4.1
- old
+ new
@@ -44,10 +44,10 @@
# Remove all keys from the current database.
# @see https://redis.io/commands/flushdb
# @param async [Enum]
def flushdb!
- return call('FLUSHDB')
+ call('FLUSHDB')
end
end
end
end
end