v1.1.0 - Introducing Redis Cache Nodes & Built-in Explorer
What's New in v1.1.0 π
This minor release introduces a brand new infrastructure component to the Torollo canvas, expanding our database capabilities into high-performance caching!
β¨ New Feature: Redis Cache Store
- Drag-and-Drop Caching: You can now drag a Redis node into your subnets to simulate in-memory caching layers.
- Built-in Redis Explorer: Clicking the node opens a visual explorer that seeds sample data (surviving standard Database 0 flushes) so you can start querying immediately.
- Native CLI Support: Includes a built-in terminal interface allowing you to execute native
redis-clicommands (likeGET,SET,HSET) directly from the browser with full string parsing support.
π‘οΈ Architecture Validation Updates
- Redis nodes are now fully integrated into the architecture validator. Torollo will automatically warn you if you expose your Cache Store to the public internet (
0.0.0.0/0) or place it in a public subnet, teaching security best-practices.
π Documentation
- Updated
README.mdto officially list Redis as a supported node.
What's Changed
- Dev by @Derssa in #32
- Feat/redis node by @OthmaneZ05 in #34
New Contributors
- @OthmaneZ05 made their first contribution in #34
Full Changelog: v1.0.18...v1.1.0