{"redis-expires",0,0,G_OPTION_ARG_INT,&rtpe_config.redis_expires_secs,"Expire time in seconds for redis keys","INT"},
{"no-redis-required",'q',0,G_OPTION_ARG_NONE,&rtpe_config.no_redis_required,"Start no matter of redis connection state",NULL},
{"redis-allowed-errors",0,0,G_OPTION_ARG_INT,&rtpe_config.redis_allowed_errors,"Number of allowed errors before redis is temporarily disabled","INT"},
{"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-disable-time",0,0,G_OPTION_ARG_INT,&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"},
{"redis-format",0,0,G_OPTION_ARG_STRING,&redis_format,"Format for persistent storage in Redis/KeyDB","native|bencode|JSON"},