Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Firstyear/opensuse-proxy-cache
/ RedisCodec
Class
RedisCodec
redis-server/src/codec.rs:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
pub struct RedisCodec {
49
cache: Arc<CacheT>,
50
d_state: DecodeState,
51
}
52
53
const MAX_CMD_LEN: usize = MAXIMUM_KEY_SIZE_BYTES + 256;
54
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected