expected to take time off off #crisp but finally had more work to do so I'll be delaying time off, feeling completely burnt out tbh but have to keep on going
write script to try to compress #crisp plugins LevelDB cold storage LSM tree down, by reducing the length of the keys in our KV store to their shortest form, eg. ‘session’ becomes ’s’, lets see if that helps reduce the storage size by a significant factor
finish migrating 1 #crisp database cluster to keydb, a redis fork by Snapchat. Getting master-master write-write replication and failover without having to run Redis Sentinel in 3 nodes mode, I like things simple that way