Skip to content

An Nginx upstream module, used to save the request body(file) to Redis list

Notifications You must be signed in to change notification settings

jackyfkc/ngx_redis3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

ngx_redis3

An Nginx upstream module, used to save the request body(file) to Redis list

Directives

redis_pass

syntax: redis_pass <host>:<port>
context: location

Specify the Redis server backend

redis_db

syntax: redis_db <db index>
context: location

Specify db index, should be between 0 and 15

redis_key

syntax: redis_key <name>
context: location

Specify the redis key

About

An Nginx upstream module, used to save the request body(file) to Redis list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages