Bugzilla 1217: Experimental Redis lookup
[exim.git] / src / src / EDITME
index 1db70f7157a1506677337ff4c4e9ac8c563a80ac..f44a1e3a5cf04eb8450141e7c188e80710ed8a0d 100644 (file)
@@ -473,6 +473,13 @@ EXIM_MONITOR=eximon.bin
 # eg. for logging to a database.
 # EXPERIMENTAL_TPDA=yes
 
+# Uncomment the following line to add Redis lookup support
+# You need to have hiredis installed on your system (https://github.com/redis/hiredis).
+# Depending on where it is installed you may have to edit the CFLAGS and LDFLAGS lines.
+# EXPERIMENTAL_REDIS=yes
+# CFLAGS += -I/usr/local/include
+# LDFLAGS += -lhiredis
+
 
 ###############################################################################
 #                 THESE ARE THINGS YOU MIGHT WANT TO SPECIFY                  #