Method: BigBench::Store.bots
- Defined in:
- lib/bigbench/store.rb
.bots ⇒ Object
Shows all currently working bots
72 73 74 |
# File 'lib/bigbench/store.rb', line 72 def self.bots @redis.smembers(BOTS_KEY) end |
Shows all currently working bots
72 73 74 |
# File 'lib/bigbench/store.rb', line 72 def self.bots @redis.smembers(BOTS_KEY) end |