Expand description
Redis integration for actix
.
Macros§
- resp_
array - Macro to create a RESP array, useful for preparing commands to send. Elements can be any type, or a mixture
of types, that satisfy
Into<RespValue>
.
Structs§
- Command
- Command for sending data to Redis.
- Redis
Actor - Redis communication actor.