{"redis-disable-time",0,0,G_OPTION_ARG_INT,&rtpe_config.redis_disable_time,"Number of seconds redis communication is disabled because of errors","INT"},
{"redis-cmd-timeout",0,0,G_OPTION_ARG_INT,&rtpe_config.redis_cmd_timeout,"Sets a timeout in milliseconds for redis commands","INT"},
{"redis-connect-timeout",0,0,G_OPTION_ARG_INT,&rtpe_config.redis_connect_timeout,"Sets a timeout in milliseconds for redis connections","INT"},