Method: Redis::Distributed#dbsize
- Defined in:
- lib/redis/distributed.rb
#dbsize ⇒ Object
Return the number of keys in the selected database.
79 80 81 |
# File 'lib/redis/distributed.rb', line 79 def dbsize on_each_node :dbsize end |