Hey Community,
I'm trying to play around with ndb_redis, but seem to be missing something
probably obvious as I'm getting a "failed to find command redis_cmd" error
on load.
loadmodule "ndb_redis.so"
modparam("ndb_redis", "server",
"name=test;addr=127.0.0.1;port=7000")
request_route {
redis_cmd("test", "SET foo bar", "r");
}
I've verified that mpath = /usr/local/lib64/kamailio/modules/ and that
ndb_redis.so is in that directory.
Any help is greatly appreciated.
Ryan Brindley