Skip to main content

Crate rustvello_redis

Crate rustvello_redis 

Source
Expand description

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.

Modules§

broker
client_data_store
orchestrator
prelude
state_backend
trigger