Questions tagged [enyim.caching]
24 questions
1
vote
0 answers
Null buffer error
I've just noticed that when running an application I periodically get an error message.
Server Error in '/' Application.
Buffer cannot be null.
Parameter name: buffer
Description: An unhandled exception occurred during the execution of the current…

DazManCat
- 3,540
- 5
- 30
- 33
1
vote
2 answers
Can't resolve dependency of Enyim.Caching
I have a problem with resolving dependency to Enyim.Caching.dll while using Couchbase client. I have downloaded the dlls via NuGet and referenced them in the project. The solution compiles fine with the downloaded assembly Enyim.Caching,…

Sergei
- 1,617
- 15
- 31
0
votes
0 answers
Passing data from Python to C# using Memcached
I have a weird problem interfacing C# and Python through Memcached. I have Memcached installed on a server. A C# application would write some data on Memcached using the Enyim.Caching library, then a Python application would read it using…

Sirkous
- 1
- 1
0
votes
1 answer
How do I append data to memcached using Enyim.Caching in C#?
I am trying to append data to memcached using C# Enyim.Caching but it forces me to send data as ArraySegment
public bool Append(string key, ArraySegment data);
How do I convert a string or array of strings to ArraySegment ?
Is there a better…

Vonetizer
- 383
- 1
- 3
- 4
0
votes
1 answer
increment in memcache enyim cilient
I'm trying to figure out some basic operations in memcache.
I performed incr command on the telnet over memcache client node & it works fine. Now I'm trying the same in my C# code through enyim memcache client but i'm facing problem in this…

ggtffg
- 303
- 3
- 20
0
votes
0 answers
Can I use a precompiled serialization DLL with protobuf-net.Enyim NetTranscoder
protobuf-net v2.0.0.602
protobuf-net.Enyim v1.0
I have a type model created via RuntimeTypeModel.Create() .Add() .AddSubType() and .SetSurrogate().
I use a console program to .Compile() and create a serialization.dll used in my solution.
I…

Joe T
- 141
- 2
- 12
0
votes
1 answer
Enyim: Operation is not supported by the server or the request was malformed
I am trying to fetch key value using Enyim client library from Memcache server.
After connecting to memcache server, I am able to write/replace key values but while using get operation following exception is being thrown:
NotSupportedException was…

MaX
- 73
- 6
0
votes
1 answer
Unable to get stored memcached client value
Unable to get stored memcached client value
this does not retrive the value of TEST , what is the wrong in this code?
Console.Out.WriteLine("START:");
var cfg = new MemcachedClientConfiguration();
…

Fazal Mohamed
- 121
- 1
- 7
- 15
0
votes
1 answer
Unable to get Enyim.Caching MemcachedClient to work with Couchbase
I realize that Couchbase provides a client to their memcached server, but I'm trying to get the enyim.caching client to work.
Here's my trivial c# code that uses the Couchbase client (which works) and then pretty much the same thing with the enyim…

Tad Donaghe
- 6,625
- 1
- 29
- 64