04:22:27 GMT does anyone know of a redis utility that stores all variable updates to a JSON log? basically I'm looking for something that listens to all changes, and stores them on a disk. I need it for replay testing 04:24:05 GMT I'm not looking for redis-dump, as it creates a snapshot. I'm looking for something like redis-dump after every change (variable or pub/sub) for just the items that have changed 04:40:46 GMT popsch: no, you would want to do that in the application layer 04:41:51 GMT zpojqwfejwfhiunz, I was hope someone already wrote such an application 04:41:58 GMT yeah, I bet 04:42:03 GMT something for record/reply of redis traffic 04:42:38 GMT I haven't found anything. google brought up all kinds of monitoring, but they're about checking whether redis is still running 04:46:03 GMT maybe you could use MONITOR command and record it using another client at the same time 04:46:04 GMT https://redis.io/commands/monitor 05:05:16 GMT zpojqwfejwfhiunz, was thinking about that. but again, I was hoping someone already wrote that user app on top of redis 05:18:51 GMT sometimes -- usually when I'm in the shower getting ready for work -- I also wish that someone has already done all the hard work for me too 05:28:15 GMT that's why I never leave the shower 14:27:17 GMT For storing a Web list (page) pagination: Should I use a list or (because list is slow retrieving from the middle) map from page numbers into the values to be stored? Our lists are not particularly long 22:39:55 GMT Hello. How do I convert an RDB file into human-readable format? 22:45:04 GMT vivus: https://github.com/sripathikrishnan/redis-rdb-tools can dump it to json 22:45:24 GMT minus: and I need redis installed right? 22:45:45 GMT dunno, i don't think so 22:50:03 GMT looks like it does require it