Class: SGS::Logger
Class Method Summary collapse
-
.daemon ⇒ Object
Main daemon function (called from executable).
Methods inherited from RedisBase
#count, #count_name, #load, load, #make_redis_name, #publish, redis, redis_handle, #redis_read_var, #save, #save_and_publish, setup, subscribe, to_redis, var_init
Class Method Details
.daemon ⇒ Object
Main daemon function (called from executable)
43 44 45 46 47 |
# File 'lib/sgs/logger.rb', line 43 def self.daemon loop do sleep 300 end end |