You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: