What is the $key?
set $redis_key “$http_host$document_uri$query_string”;
Provide more information about redisbackend
description.
upstream redisbackend {
server 127.0.0.1:6379;
keepalive 256 single;
}
Additional information : I’ve removed the line
static ngx_str_t ngx_http_redis_db = ngx_string(“redis_db”);
Because of error in compilation.
./configure … --add-module=…/ngx_http_redis-0.3.2
–add-module=…/ngx_http_upstream_keepalive-c6396fef9295
make && make install
On Fri, Jan 21, 2011 at 03:13:18PM -0500, vchav wrote:
What is the $key?
set $redis_key “$http_host$document_uri$query_string”;
Does it possible get “$http_host$document_uri$query_string” key-value
via redis_cli?
Could you please provide logs with this key?
Provide more information about redisbackend
description.
upstream redisbackend {
server 127.0.0.1:6379;
keepalive 256 single;
}
keepalive options available only if you are compile nginx with
ngx_http_upstream_keepalive third-party module.
Additional information : I’ve removed the line
static ngx_str_t ngx_http_redis_db = ngx_string(“redis_db”);
Because of error in compilation.
./configure … --add-module=…/ngx_http_redis-0.3.2
–add-module=…/ngx_http_upstream_keepalive-c6396fef9295
make && make install
What is the platform do you using? You should remove -Wall from
your CFLAGS, as I told you in private letter.
Also, I fix compilation problem in future releases.
Does it possible get
“$http_host$document_uri$query_string” key-value
via redis_cli?
Could you please provide logs with this key?
Yes, it can send the key. Even with your module. It works fine but there
are alert in errors logs.
keepalive options available only if you are
compile nginx with
ngx_http_upstream_keepalive third-party module.
Yes, no problem with that.
What is the platform do you using? You should
remove -Wall from
your CFLAGS, as I told you in private letter.
Also, I fix compilation problem in future
releases.
Debian lenny.
Thanks
Posted at Nginx Forum:
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.