java-memcached-client

A simple, asynchronous, single-threaded memcached client written in java.

  • 所有者: dustin/java-memcached-client
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Building

Spymemcached can be compiled using Apache Ant by running the following
command:

ant

This will generate binary, source, and javadoc jars in the build
directory of the project.

To run the Spymemcached tests against Membase Server run the
following command:

ant test -Dserver.type=membase

To test Spymemcached against Membase running on a different host
use the following command:

ant test -Dserver.type=membase \
    -Dserver.address_v4=ip_address_of_membase

Testing

The latest version of spymemcached has a set of command line arguments
that can be used to configure the location of your testing server. The
arguments are listed below.

-Dserver.address_v4=ipv4_address_of_testing_server

This argument is used to specify the ipv4 address of your testing
server. By default it is set to localhost.

-Dserver.address_v6=ipv6_address_of_testing_server

This argument is used to set the ipv6 address of your testing server.
By default it is set to ::1. If an ipv6 address is specified then an
ipv4 address must be specified otherwise there may be test failures.

-Dserver.port_number=port_number_of_memcached

This argument is used when memcahched is started on a port other than
11211

-Dtest.type=ci

This argument is used for CI testing where certain unit tests might
be temporarily failing.

More Information

For more information about Spymemcached see the links below:

Project Page The

Spymemcached Project Home
contains a wiki, issue tracker, and downloads section.

Github

The gitub page
contains the latest Spymemcached source.

Couchbase.org

At couchbase.org you
can find a download's section for the latest release as well as an
extensive tutorial to help new users learn how to use Spymemcached.

主要指標

概覽
名稱與所有者dustin/java-memcached-client
主編程語言Java
編程語言XSLT (語言數: 4)
平台
許可證MIT License
所有者活动
創建於2008-02-29 21:22:38
推送於2023-06-04 17:18:41
最后一次提交2020-10-13 09:42:47
發布數93
最新版本名稱2.11.4 (發布於 2014-07-01 06:53:46)
第一版名稱1.0.34 (發布於 2008-02-29 14:06:41)
用户参与
星數498
關注者數63
派生數417
提交數1k
已啟用問題?
問題數0
打開的問題數0
拉請求數1
打開的拉請求數0
關閉的拉請求數52
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?