07:06:58 GMT ? 07:08:50 GMT ! 08:37:49 GMT so i'm having a question: redis uses more and more ram (1 master, 1 slave) -- the ram used by the keys etc as reported by my prometheus-exporter stays mostly the same (around 3.9-4.5GB) but the actual ram used by the redis container occasionally eats up up to ~9.5GB nowadays -- any idea why that is? it keeps happening more and more frequently (i have a 9gb warning configured and get more and more alerts) 08:38:14 GMT i'm guessing it needs extra ram to write the rdb file (no aof configured) 08:38:38 GMT it persists to rdb quite often (thereabout once a minute or so) 08:40:24 GMT KekSi: if overcommit is enabled it shouldn't need much extra ram 11:54:21 GMT what does INFO keyspace data represent? 11:54:37 GMT when i've 147759 keys and expires 11:54:51 GMT does it mean that redis holds 150k messages in database even though they are all expired? 12:10:24 GMT hi, anyone alive that could help me with something?