Guest User

Untitled

a guest
May 25th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. LoadPlugin redis
  2. <Plugin "redis">
  3. <Node "mynode">
  4. # When using non-standard Redis configurations, replace the below with
  5. #Host "REDIS_HOST"
  6. #Port "REDIS_PORT"
  7. Host "localhost"
  8. Port "6379"
  9. Timeout 2000
  10. Password "SECRET"
  11. </Node>
  12. </Plugin>
Add Comment
Please, Sign In to add comment