# mod_dump_redis **Repository Path**: talent518/mod_dump_redis ## Basic Information - **Project Name**: mod_dump_redis - **Description**: 基于apache模块实现的请求详情数据的抓取并存储到redis - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://github.com/talent518/mod_dump_redis - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-25 - **Last Updated**: 2022-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mod_dump_redis The request detail data is captured and stored in redis based on the Apache module ### 1. DumpRedisHost DumpRedisHost * ipaddr: IP address of redis (type: String) ### 2. DumpRedisPort DumpRedisPort * port: Redis port (type: integer) ### 3. DumpRedisAuth DumpRedisAuth * password: Redis security password (type: String) ### 4. DumpRedisDatabase DumpRedisDatabase * database: Redis database (type: integer) ### 5. DumpRedisKey DumpRedisKey * key: Key prefix stored in redis ### 6. DumpRedisEnable DumpRedisEnable * On: enable redis dump * Off: disable redis dump ### 7. DumpRedisRule DumpRedisRule ... * regex: regular expression ### 8. Redis dynamic turn on or off * Turn off redis-cli -n set ":off" 1 * Turn on redis-cli -n set ":off" 0