Method: BigBench::Store.bots

Defined in:
lib/bigbench/store.rb

.botsObject

Shows all currently working bots



72
73
74
# File 'lib/bigbench/store.rb', line 72

def self.bots
  @redis.smembers(BOTS_KEY)
end