0

I am currently trying to use the multi Get method proposed by Enyim C# client:

Enyim.Caching.MemcachedClient.Get(IEnumerable keys)

supposed to return a dictionary of key/result pairs.

Unfortunately, the call eventually returns a not-supported-method exception :-(

It looks very strange that Enyim fails to support this basic feature, has anyone experienced the same unpleasant situation ?

many thanks

register

register
  • 801
  • 1
  • 8
  • 15

1 Answers1

3

FYI, i finally found out what was wrong:

Multi-get is only supported by Enyim with the binary protocol, not with the text protocol.

register

register
  • 801
  • 1
  • 8
  • 15