Crate rsmc_tokio

Source

Structs§

  • Set configuration values for a memcached client.
  • An implementation of Compressor that does nothing. This is useful if you want to disable compression.
  • A TokioConnection uses the tokio runtime to form TCP connections to memcached.
  • A compressor that implements zlib compression and decompression.

Enums§

  • An error causing during client communication with Memcached.

Traits§

  • A Compressor is used to implement compression of packet values. A default implementation is provided for NoCompressor, as well as [ZlibCompressor].

Type Aliases§

  • A pool of connections to memcached using tokio for async I/O and the desired compression scheme. Use this to create a connection pool. For example: