{"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"},
{"subscribe-keyspace",'k',0,G_OPTION_ARG_STRING_ARRAY,&ks_a,"Subscription keyspace list","INT INT ..."},
{"redis-tcp-keepalive-time",0,0,G_OPTION_ARG_INT,&rtpe_config.redis_tcp_keepalive_time,"Positive value sets tcp_keepalive_time for redis connections","INT"},
{"redis-tcp-keepalive-intvl",0,0,G_OPTION_ARG_INT,&rtpe_config.redis_tcp_keepalive_intvl,"Set tcp_keepalive_intvl for redis connections","INT"},
{"redis-tcp-keepalive-probes",0,0,G_OPTION_ARG_INT,&rtpe_config.redis_tcp_keepalive_probes,"Set tcp_keepalive_probes for redis connections","INT"},