wandenberg / redis_nginx_adapter

Adapter to use hiredis with async connections inside a nginx module
MIT License
27 stars 12 forks source link

Pool Connection #3

Closed pradeepitm12 closed 6 years ago

pradeepitm12 commented 7 years ago

I a redis pool connection which is live till the nginx server is live. and one thread for a single worker. Need suggestion on this. Currently following ur guid and got this error undefined reference to redis_nginx_init', undefined reference toredis_nginx_open_context', undefined reference to redisAsyncCommand', undefined reference toredis_nginx_close_context'

wandenberg commented 6 years ago

@pradeepitm12 had you solved your issue? From the message you wrote seems that you are not properly linking your module to the library.