1
Your app has two caches. What if it only needed one?
用Rust重写缓存服务器,统一应用双重缓存,兼容Redis协议无需改客户端。
Redis on the server, some state library in the browser, and a pile of hand-written sync between them. I got tired of writing that layer, so I built a …