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

Multiple memcached instances : data stored only in one instance #43

Open
kbenhdech opened this issue Sep 3, 2015 · 0 comments
Open

Comments

@kbenhdech
Copy link

Hello,

I have specified two memcached instances in file environnement.conf

memcached.1.host="localhost:11212"
memcached.2.host="localhost:11211"

Via telnet I added an entry for key "toto" in memcached server with port 11211, no entry was founded in my application,
if I add an entry for key "toto" in memcached server with port 11212, one entry is founded in my application.

I think the cache return value's key of one server, 11211 or 11212, if found from them in one.
This is the normal behavior or this is a bug ?

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

No branches or pull requests

1 participant