rustvello-redis 0.1.6

Redis backend implementations for Rustvello
Documentation

Redis backend implementations for Rustvello.

Provides all five backend components backed by Redis:

  • [RedisBroker] — FIFO invocation queue via Redis lists
  • [RedisOrchestrator] — Invocation lifecycle management with atomic Redis operations
  • [RedisStateBackend] — Invocation/call persistence in Redis hashes
  • [RedisClientDataStore] — Content-hash key-value store
  • [RedisTriggerStore] — Trigger and condition persistence

Suitable for distributed, multi-process deployments.