Skip to main content

Changelog

[0.1.0] - 2025-10-22

Added

  • Initial release of Redis streams adapter for Motia
  • Support for distributed stream management across multiple instances
  • Real-time pub/sub for stream updates
  • Support for querying with filtering, sorting, and pagination
  • Separate Redis clients for pub/sub operations
  • Efficient SCAN operations for data retrieval
  • Type-safe generic implementation
  • Configurable key prefixes
  • Automatic reconnection handling
  • Full TypeScript support with type definitions
  • Comprehensive documentation and examples