net.spy.memcached.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elasticache-java-cluster-client Show documentation
Show all versions of elasticache-java-cluster-client Show documentation
Amazon ElastiCache Cluster Client is an enhanced Java library to connect to ElastiCache clusters. This client library has been built upon Spymemcached and is released under the Amazon Software License.
Memcached client and transformation utils
Memcached client and transformation utils
Usage should be pretty straightforward. Get a {@link
net.spy.memcached.MemcachedClient} object and start setting and
getting stuff in memcached.
All operations are asynchronous internally, but most at least provide
synchronous convenience interfaces. Some only provide synchronous
interfaces (getVersion, getStats) and some only provide asynchronous
interfaces (delete, flush). That'll probably all get cleared up if it
bothers anyone.
You may also find the
online examples
helpful.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy