Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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|Off>

  • 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

About

The request detail data is captured and stored in redis based on the Apache module

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages