14:21:07 GMT Hey there ! Quick question about Redis, does the increasing number of keys have an impact on the performances of single `GET keyid` or not at all ? 14:59:57 GMT is there some nice polised redis web ui I can use? 15:41:00 GMT <_ikke_> Depado: https://redis.io/commands/get: "Time complexity O(1)", seems to imply it should not matter much 16:32:16 GMT _ikke_: Thanks a lot :)