Skip to content

Commit

Permalink
#393 增加sharding key接口,支持一个Action里访问多个Key
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin committed Sep 14, 2014
1 parent aaa0833 commit 1c1764e
Show file tree
Hide file tree
Showing 3 changed files with 360 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
* 装载并执行Lua Script,
*
* 如果服务器上因为集群多台服务器或重启等原因没有装载script,会自动重新装载后重试。
*
* 因为涉及到的key未知,暂时不支持Sharding。
*/
public class JedisScriptExecutor {
private static Logger logger = LoggerFactory.getLogger(JedisScriptExecutor.class);
Expand Down
Loading

0 comments on commit 1c1764e

Please sign in to comment.