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

Is EnyimMemcachedCore's storage/retrieval behavior compatible with EnyimMemcached? #163

Open
andrew-vant opened this issue Jun 7, 2021 · 1 comment

Comments

@andrew-vant
Copy link

Context: My team is beginning to port several related programs from (EnyimMemcached/dotnet/Windows) to (EnyimMemcachedCore/dotnetcore/Linux). For at least a little while, the old and new versions will have to cooperate, and I'm trying to find out if that will be a problem. Issue #70 and its resolution suggests to me that this is supposed to work, but I'd like to be sure.

If one process stores a key and value with EnyimMemcached, and another process tries to retrieve it with EnyimMemcachedCore, will it do the Right Thing?

@gustavocarpaneses
Copy link

gustavocarpaneses commented Jul 2, 2021

I´m still have a problem after Issue #70. I have the same scenario that you described. And a specific key points to one node with EnyimMemcached and to another node with EnyimMemcachedCore.

I described the problem at #70

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

2 participants