You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

redis.conf 199B

1234567
  1. .include(duplicate=append,priority=0) "{= env.TESTDIR =}/configs/plugins.conf"
  2. lua = "{= env.LUA_SCRIPT =}";
  3. redis {
  4. servers = "{= env.REDIS_ADDR =}:{= env.REDIS_PORT =}";
  5. expand_keys = true;
  6. }