14:57:38 GMT Hi here 17:05:43 GMT how can i run redis on all cpus? 17:56:14 GMT felixjet: Redis is (mostly) single-threaded 17:57:22 GMT but can't i benefit from having multiple cores/cpus? 18:04:11 GMT not really with a single instance 18:04:48 GMT for most use cases that doesn't pose much of a draw back though. Multi-threading would likely only reduce Redis' efficiency 18:05:10 GMT if you have lots of free cores, you can start multiple Redis instances and shard your data 18:05:22 GMT only do that if you are hitting a bottleneck though