Registry / networking / netty-codec-memcache

netty-codec-memcache

JSON →
library4.1.134.Finaljavamavenunverified

Netty codec for Memcache protocol, enabling asynchronous network communication with Memcached servers.

<dependency> <groupId>io.netty</groupId> <artifactId>netty-codec-memcache</artifactId> <version>4.1.134.Final</version> </dependency>
INSTALL
IMPORT
SIG · NETTY-CODEC-MEMCAC
N
netty-codec-memcache
networkingjavav4.1.134.Final
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MemcacheRequest
✓ io.netty.handler.codec.memcache.MemcacheRequest

Create a MemcacheRequest using Netty's memcache codec.

import io.netty.handler.codec.memcache.MemcacheRequest; import io.netty.handler.codec.memcache.DefaultMemcacheRequest; public class MemcacheExample { public static void main(String[] args) { MemcacheRequest request = new DefaultMemcacheRequest("key"); System.out.println("Memcache request created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1.134.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
netty-codec-memcache — mvn dependency:get netty-codec-memcache · libregistry