Registry / networking / spymemcached

spymemcached

JSON →
library2.12.3javamavenunverified

A Java client library for memcached, providing asynchronous and synchronous access to memcached servers.

<dependency> <groupId>net.spy</groupId> <artifactId>spymemcached</artifactId> <version>2.12.3</version> </dependency>
INSTALL
IMPORT
SIG · SPYMEMCACHED
S
spymemcached
networkingjavav2.12.3
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.

MemcachedClient
net.spy.memcached.MemcachedClient

Connects to a local memcached server and sets a key-value pair.

import net.spy.memcached.MemcachedClient; MemcachedClient client = new MemcachedClient(new InetSocketAddress("localhost", 11211)); client.set("key", 3600, "value");
Debug
Known issues
breakingSpymemcached is no longer actively maintained; consider migrating to Couchbase's successor library.
fix
Replace with Couchbase Java client or other maintained memcached client.
affects: >=2.12.0
Upgrade
Version history
2.12.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources