目录Redis 存取 jsON 数据1. 简介2. 示例2.1 基础操作2.2 json 内部操作3. 安装3.1 安装流程3.2 详细安装过程4. 小结Redis 存取 JSON 数据
the situation is like this: im creating a Logger class that can write to a file but the write_to_file() function is in a helper class as a static function.