Jedis Redis 的 Java 客户端

程序名称:Jedis

授权协议: MIT

操作系统: 跨平台

开发语言: Java

Jedis 介绍

JedisRedis 官方首选的 Java 客户端开发包。

实例方法

import redis.clients.jedis.*


Jedis jedis = new Jedis("localhost");
jedis.set("foo", "bar");
String value = jedis.get("foo");

支持的特效:

  • Sorting

  • Connection handling

  • Commands operating on any kind of values

  • Commands operating on string values

  • Commands operating on hashes

  • Commands operating on lists

  • Commands operating on sets

  • Commands operating on sorted sets

  • Transactions

  • Pipelining

  • Publish/Subscribe

  • Persistence control commands

  • Remote Server control commands

  • Connection pooling

  • Sharding (MD5, MurmurHash)

  • Key-tags for sharding

  • Sharding with pipelining

  • Scripting with pipelining

Maven:

redis.clients    jedis    2.0.0    jar    compile

api文档http://tool.oschina.net/apidocs/apidoc?api=jedis-2.1.0

Jedis 官网

https://github.com/xetorthio/jedis

相关编程语言

SchemaCrawler提供一组用于增强标准JDBC Metadata的...
ER Master 是一个用于设计ER模型图的Eclipse插件。提...
Eclipse下用于画数据库ER图的插件,主要特性如下: ...
PowerDesigner 是Sybase的企业建模和设计解决方案,...
Mogwai ERDesigner NG是一个实体关系建模工具类似于...
Power*Architect 是一个数据建模工具,主要用在数据...