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?