Best of Redis — January 2024
- 1
- 2
Awesome Go·2y
High performance caching with Redis and Go
The post discusses the need for high performance caching in web applications built with Go and introduces redjet, a Redis library that supports memory-efficient streaming. It highlights the limitations of popular Go libraries in terms of memory usage and presents benchmarks comparing redjet with other libraries.
- 3
Medium·2y
Rust in production, for fun & profit
The author shares their experience of rewriting a legacy application in Rust for improved correctness and efficiency. They discuss the building blocks, feature parity, performance, documentation, middlewares, security, and deployment of the Rust application.