pub async fn get_json(redis: &RedisCache, key: &str) -> Option<Arc<Vec<u8>>>
Redis 读取:命中返回响应 JSON 字节。
redis
key
Some(bytes)
None