Apache Jakarta commons-pool based JedisPool.

This commit is contained in:
Yaourt
2010-11-07 22:32:19 +01:00
parent 08f8432215
commit 3d8d152227
4 changed files with 104 additions and 67 deletions

View File

@@ -12,6 +12,7 @@ import static redis.clients.util.RedisOutputStream.CHARSET;
public final class Protocol {
public static final int DEFAULT_PORT = 6379;
public static final int DEFAULT_TIMEOUT = 2000;
public static final byte DOLLAR_BYTE = '$';
public static final byte ASTERISK_BYTE = '*';