00:25:08 GMT Question, I'd like to limit the max memory usage of redis but I won't be using it as LRU cache. Can I still make use of 'maxmemory', what can I expect when I've hit my limit? 00:27:02 GMT To expand on that, I'll be running redis in a kubernetes cluster with persistence so I'm trying to account for the fork operation that happens when I save to disk. I'd rather not have 700 MB in memory, go to save to disk and have the app crash because it exceeded its kubernetes resource quota. 00:36:21 GMT Turns out FAQ is answering a lot of my questions. Big surprise... 01:21:56 GMT hi systemd0wn 01:22:01 GMT do you still need more help? 06:06:17 GMT how many cores should I give each instance of redis access to? I've read that the core of redis is single-threaded, but does this mean giving it even two cores is a waste? 06:28:58 GMT 1 06:29:53 GMT https://redis.io/topics/faq#redis-is-single-threaded-how-can-i-exploit-multiple-cpu--cores 06:30:30 GMT thank you 06:31:55 GMT no problemo 08:12:34 GMT redis-cli