13:23:54 GMT may i ask a question,why redis have so many data types, in my opinion only the list type is enough; 16:35:46 GMT Hi. I need to store in Redis a list of chat messages. I should be able to (1) fetch the messages ordered by insertion time and (2) know how many message are more recent than a given one. I'm trying to do it with Redis LISTS (basically because of point 1) but I am not sure this is the most efficient structure for point 2. Does anybody have any advice to share? 17:57:51 GMT hello 17:58:26 GMT If i want to add support for TLS in redis, what is the best approach? 17:58:52 GMT i read about stunnel (and an open PR to add native ssl support)