Questions tagged [enyim]
47 questions
0
votes
1 answer
NOT SUPPORTED MULTI-GET Enyim Memcached C#
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…

register
- 801
- 1
- 8
- 15
0
votes
1 answer
C# Enyim Memcached - namespace 'Enyim' does not exist. Missing assembly?
Im want to start a new project using memcached with C# and I found the Enyim libraries the best choice, but when I try to use them I get the error:
The type or namespace 'Enyim' does not exist in the class or namespace 'Enyim' (are you missing an…

Roberto Zamora
- 250
- 2
- 11