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

When using MULTI AND LRANG together will cause error "Redis server returned invalid response near pos 18 in " conf like this: " redis2_query MULTI; redis2_query LRANGE "dict" 0 0;...

My system is ubuntu14.04 apt-get install libreadline-dev libpcre3-dev libssl-dev perl build-essential I installed these options ./configure --prefix=/opt/openresty --without-http_redis2_module --without-http_redis_module --without-lua_resty_redis --without-lua_cjson --with-http_iconv_module --without-http_set_misc_module The installation process without any problems,Nginx is...

Does it work with hset or zset commands?

I'm trying to address several redis instances, dispatching it on a host:port basis (one single backend location) here my nginx.conf location ... location /redis_backend { internal; set_unescape_uri $verb $arg_verb; set_unescape_uri...

...or what I assume is a multi-bulk reply Request command is EVAL, put together with redis.parser.build_query res = ngx.location.capture tells redis2 location that it's 1 query (also tried 2) redis-lua...

Hi, Now I want to implement the following function, I want to tell our clients if the data pushed to the redis so that clients can delete local cache. So...

![ 2](https://f.cloud.github.com/assets/3875192/270952/4698274e-8fd8-11e2-8234-bbfebbfd74d3.jpg) ![ 1](https://f.cloud.github.com/assets/3875192/270944/f5cbdfa4-8fd7-11e2-9c1e-3cb2f0d66173.jpg) user dweihang; worker_processes 2 ; worker_cpu_affinity 0001 0010; worker_rlimit_nofile 100000; error_log logs/error.log; events { worker_connections 100000; } http { lua_package_path "/usr/local/lua-resty-redis/lib/?.lua;;"; ``` geoip_country /data/geoip/GeoIP.dat; geoip_city /data/geoip/GeoLiteCity.dat;...

Hello there. I'm willing to use the redis2 module to retrieve static files from my redis DB and to return them as is. For some reason, although according to documentation...