Advertisement
Guest User

Untitled

a guest
Dec 15th, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. {
  2. "pools":{
  3. "A":{"servers":["172.18.45.100:11211"]},
  4. "B":{"servers":["172.18.45.101:11211"]}
  5. },
  6. "route": {
  7. "type": "PrefixPolicyRoute",
  8. "operation_policies": {
  9.  
  10. "delete": {
  11. "type": "AllAsyncRoute",
  12. "children": [ "PoolRoute|A", "PoolRoute|B" ]
  13. },
  14.  
  15. "get": {
  16. "type": "MissFailoverRoute",
  17. "children": [ "PoolRoute|A", "PoolRoute|B" ]
  18. },
  19.  
  20. "set": {
  21. "type": "AllAsyncRoute",
  22. "children": [ "PoolRoute|A", "PoolRoute|B" ]
  23. }
  24. }
  25. }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement