redis2-nginx-module icon indicating copy to clipboard operation
redis2-nginx-module copied to clipboard

Nginx upstream module for the Redis 2.0 protocol

Results 29 redis2-nginx-module issues
Sort by recently updated
recently updated
newest added

This module has really undescribed installation! where is: `/opt/nginx?` where is: `/path/to/redis2-nginx-module` where is: `load_module /path/to/modules/ngx_http_redis2_module.so; ` Please help me and give me working installation command lines.

redis2_pass : how to enter the password? I can connect the redis with the command: redis-cli -h 192.168.55.33 -p 6379 -a mypassword but how to use redis2 to connect the...

How can I write the nginx config to store the image to redis `curl -X POST localhost:80/upload/123 --data-binary "@lena.png"` I am trying to use $request_body but it doesn't work as...

The response seems to be valid; but I get an error: ``` [error] 23868#0: *148 Redis server returned invalid response near pos 18 in "+OK +QUEUED *1 *85 $1 1...

my nginx version is 1.8.1 and redis version is 2.8.1, when I used command `redis2_raw_queries`, like this: `redis2_raw_queries 4 "multi\r\nhmset $msec:header host $host remote_addr $remote_addr remote_port $remote_port request_uri $request_uri status...

I would like to know your opinion how to handle a redis error, in my case a Redis Evalsha issue due to malformed parameter -ERR Error running script (call to...

Right now I get my data prefixed with `$99\r\n\r\n` for a simple `get`, and there does not seem to be an easy way with nginx (without Lua) to remove this...

Hi, I wanna implement simple counter bassed on redis location = /counter.gif { redis2_pass redis_backend; redis2_query incr counter; access_log off; empty_gif; add_header Cache-Control "max-age=0, no-cache, no-store"; } The main problem...

2015/06/17 10:29:32 [error] 18475#0: *3 connect() failed (113: No route to host) while connecting to upstream