# pholcus [![GoDoc](https://godoc.org/github.com/tsuna/gohbase?status.png)](https://godoc.org/github.com/henrylee2cn/pholcus) [![GitHub release](https://img.shields.io/github/release/henrylee2cn/pholcus.svg)](https://github.com/henrylee2cn/pholcus...阅读全文
2015-06-07 17:11:35
henrylee2cn
redis-go-cluster 是基于 Redigo 实现的 Golang Redis 客户端。redis-go-cluster 可以在本地缓存 slot 信息,并且当集群修改的时候会自动更新。此客户端管理每个节点连接池,使用 goroutine 来尽可能的并发执行,达到了高效,低延迟。
**redis-go-cluster 支持:**
*
Most commands of keys, strings, lists, sets, sorted sets, hashes.
*
MGET/M...阅读全文
2015-12-06 16:00:00
chasex
Cherry 是一个使用 Go 语言开发的 Web 聊天引擎。阅读全文
2016-02-28 16:00:00
rafael-santiago
Lion 是一个 Go 语言的快速 HTTP 路由器,支持构建可伸缩的模块化的 REST APIs 应用。
![Lion's Hello World GIF](http://static.oschina.net/uploads/img/201603/21072501_zP7s.gif)
## 特性
*
**上下文敏感**: Lion 使用事实标准 [net/Context](https://golang.org/x/net/context) 用于存储路由参数并在中间件和 HTTP ...阅读全文
2016-03-20 16:00:00
celrenheit
godaemon是用来为应用增加daemon和graceful的。
**使用方法**
*
只增加daemon功能
要让你的应用支持daemon很简单,只需导入godaemon包即可,无需再调用任何方法
<pre class="brush:cpp ;toolbar: true; auto-links: false;">package main
import(
_ "github.com/tim1020/godaemon" //仅导入,包的init方法被自动调用,嵌入...阅读全文
2016-04-06 16:00:00
tim1020