MCPcopy Create free account
hub / github.com/Firstyear/opensuse-proxy-cache / RedisClientMsg

Enum RedisClientMsg

redis-server/src/codec.rs:12–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11#[derive(Debug)]
12pub enum RedisClientMsg {
13 Auth(Vec<u8>),
14 Info,
15 Ping,
16 Disconnect,
17 ConfigGet(String),
18 ClientSetInfo(String, Option<String>),
19 Get(Vec<u8>),
20 Set(Vec<u8>, usize, NamedTempFile),
21}
22
23#[allow(dead_code)]
24pub enum RedisServerMsg<'a> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected