Skip to content

Instantly share code, notes, and snippets.

@marianogg9
Created June 3, 2014 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marianogg9/78c18f37688e4ee04c25 to your computer and use it in GitHub Desktop.
Save marianogg9/78c18f37688e4ee04c25 to your computer and use it in GitHub Desktop.
<LoadPlugin redis>
Globals true
</LoadPlugin>
<Plugin redis>
<Node "redis_server">
Host "redis_server"
Port "6379"
Timeout 2000
</Node>
</Plugin>
@d-rez
Copy link

d-rez commented Jun 3, 2014

Try this

LoadPlugin redis

<Plugin redis>
  <Node "redis_server">
    Host "redis_server"
    Port "6379"
    Timeout 2000
  </Node>
</Plugin>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment