MySQL Connector/NET Release Notes
The MySql.Data.MySqlClient.Memcached
namespace
contains members for binary and text memcached clients.
Note
As of Connector/NET 8.0.30, the
MySql.Data.MySqlClient.Memcached
namespace
and its members are deprecated. Applications using the
client-side protocol to access data through the InnoDB memcached
plugin should use an alternative memcached client.
Classes
Class | Description |
---|---|
BinaryClient |
Implements the memcached binary client protocol. Deprecated. |
Client |
Represents an abstract interface to the client memcached protocol. Deprecated. |
MemcachedException |
Provides the base class for all memcached exceptions. Deprecated. |
TextClient |
Implements the memcached text client protocol. Deprecated. |
Enumerations
Enumeration | Description |
---|---|
MemcachedFlags |
Represents a set of flags used for requesting new connections instances. Deprecated. |