Progress on the stream today:
(We are building a Matrix bot, and to do that we need Redis support in the matrix-rust-sdk crate.)
-
Did some tidying of the code, making pipeline's hset method take a Vec<u8>, which is what we need in most places
-
Started trying to adapt the command_bot example to support both sled and redis stores instead of just memory.