Method: Redis::Distributed#keys
- Defined in:
- lib/redis/distributed.rb
#keys(glob = "*") ⇒ Object
Find all keys matching the given pattern.
216 217 218 |
# File 'lib/redis/distributed.rb', line 216 def keys(glob = "*") on_each_node(:keys, glob).flatten end |