xmemcached

Extreme performance modern memcached client for java

License

License

GroupId

GroupId

com.googlecode.xmemcached
ArtifactId

ArtifactId

xmemcached
Last Version

Last Version

2.4.7
Release Date

Release Date

Type

Type

jar
Description

Description

xmemcached
Extreme performance modern memcached client for java
Project URL

Project URL

https://github.com/killme2008/xmemcached
Source Code Management

Source Code Management

https://github.com/killme2008/xmemcached

Download xmemcached

How to add to project

<!-- https://jarcasting.com/artifacts/com.googlecode.xmemcached/xmemcached/ -->
<dependency>
    <groupId>com.googlecode.xmemcached</groupId>
    <artifactId>xmemcached</artifactId>
    <version>2.4.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.xmemcached/xmemcached/
implementation 'com.googlecode.xmemcached:xmemcached:2.4.7'
// https://jarcasting.com/artifacts/com.googlecode.xmemcached/xmemcached/
implementation ("com.googlecode.xmemcached:xmemcached:2.4.7")
'com.googlecode.xmemcached:xmemcached:jar:2.4.7'
<dependency org="com.googlecode.xmemcached" name="xmemcached" rev="2.4.7">
  <artifact name="xmemcached" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.xmemcached', module='xmemcached', version='2.4.7')
)
libraryDependencies += "com.googlecode.xmemcached" % "xmemcached" % "2.4.7"
[com.googlecode.xmemcached/xmemcached "2.4.7"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.5

provided (2)

Group / Artifact Type Version
org.springframework : spring jar 2.5
javax.transaction : jta jar 1.1

test (6)

Group / Artifact Type Version
log4j : log4j jar 1.2.17
org.slf4j : slf4j-log4j12 jar 1.7.5
commons-logging : commons-logging jar 1.1.1
junit : junit jar 4.13.1
org.easymock : easymock jar 2.4
org.easymock : easymockclassextension jar 2.4

Project Modules

There are no modules declared in this project.

Build Status

News

  • 2.4.7 released, supports MemcachedSessionComparator and resolveInetAddresses settings and tweak benchmark projects.
  • 2.4.6 released, set timeoutExceptionThreshold though XMemcachedClientFactoryBean.
  • 2.4.5 released, bug fixes.

Introduction

XMemcached is a high performance, easy to use blocking multithreaded memcached client in java.

It's nio based and was carefully turned to get top performance.

Quick start:

Contribute

Fork the source code and checkout it to your local machine. Make changes and create a pull request.

Use docker and docker-compose to setup test environment:

$ cd xmemcached
$ docker-compose up -d

Run unit tests:

$ mvn test

Run integration test:

$ mvn integration-test

Thanks to all contributors, you make xmemcached better.

Contributors

License

Apache License Version 2.0

Versions

Version
2.4.7
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.2
2.3.1
2.3.0
2.2.1-beta
2.2.0
2.1.0
2.0.1
2.0.0
1.4.3
1.4.2
1.4.1
1.4.0
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.6.2
1.2.6.1
1.2.5