Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added option redundant_servers #48

Merged
merged 1 commit into from
Aug 17, 2016
Merged

Added option redundant_servers #48

merged 1 commit into from
Aug 17, 2016

Conversation

Nyholm
Copy link
Member

@Nyholm Nyholm commented Aug 16, 2016

This will fix php-cache/issues#69

Ping @panki3a, Can you test this patch?

cache_adapter:
  providers:
    memcached:
      factory: 'cache.factory.memcached'
      options:
        persistent_id: 'story_pool'
        host: 'foo'
        port: 123
        redundant_servers:
          - host: 'bar'
            post: 123
          - host: 'baz'
            post: 123

@codecov-io
Copy link

codecov-io commented Aug 16, 2016

Current coverage is 21.90% (diff: 0.00%)

Merging #48 into master will decrease coverage by 0.86%

@@             master        #48   diff @@
==========================================
  Files            35         35          
  Lines           606        630    +24   
  Methods          77         77          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            138        138          
- Misses          468        492    +24   
  Partials          0          0          

Powered by Codecov. Last update 775dabc...0362f8b

@panki3a
Copy link

panki3a commented Aug 16, 2016

i tested it, and its functional.

@Nyholm
Copy link
Member Author

Nyholm commented Aug 17, 2016

Thank you for trying this out.

@Nyholm Nyholm merged commit e81e97a into master Aug 17, 2016
@Nyholm Nyholm deleted the redundant-servers branch August 17, 2016 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow multiple server
3 participants