Package | Description |
---|---|
redis.clients.jedis | |
redis.clients.util |
Constructor and Description |
---|
BinaryShardedJedis(List<JedisShardInfo> shards,
Hashing algo) |
BinaryShardedJedis(List<JedisShardInfo> shards,
Hashing algo,
Pattern keyTagPattern) |
ShardedJedis(List<JedisShardInfo> shards,
Hashing algo) |
ShardedJedis(List<JedisShardInfo> shards,
Hashing algo,
Pattern keyTagPattern) |
ShardedJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
List<JedisShardInfo> shards,
Hashing algo) |
ShardedJedisPool(org.apache.commons.pool2.impl.GenericObjectPoolConfig poolConfig,
List<JedisShardInfo> shards,
Hashing algo,
Pattern keyTagPattern) |
Modifier and Type | Class and Description |
---|---|
class |
MurmurHash
This is a very fast, non-cryptographic hash suitable for general hash-based
lookup.
|
Modifier and Type | Field and Description |
---|---|
static Hashing |
Hashing.MD5 |
static Hashing |
Hashing.MURMUR_HASH |
Constructor and Description |
---|
Sharded(List<S> shards,
Hashing algo) |
Sharded(List<S> shards,
Hashing algo,
Pattern tagPattern) |
Copyright © 2014. All rights reserved.