[exim-dev] [Bug 1764] Redis with multiple servers?

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1764] Redis with multiple servers?
https://bugs.exim.org/show_bug.cgi?id=1764

jasen Betts <eximbugzilla@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eximbugzilla@???.
                   |                            |org


--- Comment #2 from jasen Betts <eximbugzilla@???> ---
I'm fairly sure the documentation says that the redis_servers setting is not
expanded, so that's not supposed to work.


But you can get almost the same effect: just specify

servers=$acl_c_redis_server;

at the start of each redlis lookup

eg:

set acl_c_foo = ${lookup redis{servers=$acl_c_redis_server; get foo}}

--
You are receiving this mail because:
You are on the CC list for the bug.