libvmod-redis
libvmod-redis copied to clipboard
Varnish 4?
Recently put this into beta for an app I'm working on -- so far so good. Any plans to support Varnish 4?
Thanks much.
Yep, I'm planning on adding support for it when I get back from vacation on the 10th. I don't expect it to be too difficult.
sounds good, thanks again.
I'm also interested in a Varnish 4 compatible version of this module.
I don't know much about C but had a crack at it anyway (see https://github.com/kielabokkie/libvmod-redis). I'm getting some warnings when running ./configure
and also experience a crash when trying to call redis.send("PING")
from my vcl:
Jul 7 09:46:00 vagrant kernel: [ 934.651033] varnishd[1875]: segfault at fffffffffffffffc ip 00007f53912b1c23 sp 00007f53893cce90 error 4 in libhiredis.so.0.10[7f53912ad000+9000]
Jul 7 09:46:00 vagrant varnishd[1672]: Child (1683) died signal=11
Jul 7 09:46:00 vagrant varnishd[1672]: Child cleanup complete
Jul 7 09:46:00 vagrant varnishd[1672]: child (1901) Started
Jul 7 09:46:00 vagrant varnishd[1672]: Child (1901) said Child starts
Any idea what could be the issue here?
@brandonwamboldt Are you still planning to support Varnish 4 at some point?