1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 07:53:00 +01:00
actix-extras/actix_redis/sidebar-items.js
2022-07-21 02:09:30 +00:00

1 line
475 B
JavaScript

window.SIDEBAR_ITEMS = {"enum":[["Error","General purpose `actix-redis` error."],["RespError",""],["RespValue","A single RESP value, this owns the data that is read/to-be written to Redis."]],"macro":[["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>`."]],"struct":[["Command","Command for sending data to Redis."],["RedisActor","Redis communication actor."]]};