`
litaocheng
  • 浏览: 333169 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

erl-redis发布

阅读更多

最近几天因为需要,实现了一个redis erlang client。支持很多特性:connection pool,consistent hash,服务器分组等。

Redis简洁好用,有兴趣的朋友可以玩一把哦。

 

Update(2010.10.17):

1.0版本中connection pool,和consistent hash都已经去除,目的是为了提供一个简洁纯粹的Erlang Redis Client Library,同时也是为了等待Redis Cluster。用户可以自己创建一个connection pool,具体请参考README。

 

地址:

http://github.com/litaocheng/erl-redis

分享到:
评论
3 楼 litaocheng 2010-10-17  
人马座阿尔法星 写道
前两周试验了一下这几个人做的erldis:

Valentino Volonghi
- initial codebase
http://bitbucket.org/adroll/erldis/

Jacob Perkins
- synchronous client
- stdlib emulation modules
http://bitbucket.org/japerk/erldis/

Eric Cestari
- binary communication
- MULTI/EXEC
http://github.com/cstar/erldis

tonyg
- BLPOP & BRPOP
https://bitbucket.org/tonyg/erldis/

可是似乎没有连接池。还有时无故就连接不上了。

这回改用cheng大侠的模块试试...

恩,你可以用下哦,我在项目中已经在使用了。我还是在继续维护它。
2 楼 人马座阿尔法星 2010-07-12  
前两周试验了一下这几个人做的erldis:

Valentino Volonghi
- initial codebase
http://bitbucket.org/adroll/erldis/

Jacob Perkins
- synchronous client
- stdlib emulation modules
http://bitbucket.org/japerk/erldis/

Eric Cestari
- binary communication
- MULTI/EXEC
http://github.com/cstar/erldis

tonyg
- BLPOP & BRPOP
https://bitbucket.org/tonyg/erldis/

可是似乎没有连接池。还有时无故就连接不上了。

这回改用cheng大侠的模块试试...
1 楼 mryufeng 2010-04-08  
这个库做的好赞呀

相关推荐

Global site tag (gtag.js) - Google Analytics