Tips on Redis Client Library

xuanbao · · 685 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>Pretty new to the Go ecosystem, and speccing out the various Redis implementations. Does anybody here have a preferred option?</p> <hr/>**评论:**<br/><br/>dvirsky: <pre><p>The most popular one is Redigo AFAIK. It&#39;s very good, although lacking cluster features, and a bit too low-level for some tastes. I like it a lot. <a href="https://github.com/garyburd/redigo">https://github.com/garyburd/redigo</a></p></pre>mrbgso: <pre><p>Hmm...unfortunately, we may need cluster support for the project in question</p></pre>uncle_bad_touches: <pre><p>Check out github.com/go-redis/redis. </p></pre>mrbgso: <pre><p>Thanks! I was looking at go-redis/redis, but didn&#39;t want to naively choose the first library that seemed to tick off my checklist. Thanks again!</p></pre>TheMue: <pre><p>I&#39;ve developed my own, you&#39;ll find it at github.com/tideland/godm/v3/redis (see also <a href="http://godoc.org/github.com/tideland/godm/v3/redis" rel="nofollow">http://godoc.org/github.com/tideland/godm/v3/redis</a>). But so far there&#39;s no explicit cluster support. I&#39;ve got to see what to change, so I think there soon will be an update.</p></pre>

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

685 次点击  
加入收藏 微博
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传