Skip to content

v1.1.0 - Introducing Redis Cache Nodes & Built-in Explorer

Choose a tag to compare

@Derssa Derssa released this 30 Jun 16:07

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-cli commands (like GET, 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.md to officially list Redis as a supported node.

What's Changed

New Contributors

Full Changelog: v1.0.18...v1.1.0