bogdanovich / siberite

Siberite is a simple, lightweight, leveldb backed message queue written in Go.
http://siberite.org
Other
587 stars 23 forks source link

A Siberite Specific Client #23

Closed gouthamve closed 8 years ago

gouthamve commented 8 years ago

Do you already have a Go siberite client, or should I start working on one?

While the memcache clients are good enough, with the addition of multiple consumer groups and the subcommands, I think siberite could use a custom client.

Also I find the existing Go Memcache clients are not implementing all the commands, specifically, stats and others.

bogdanovich commented 8 years ago

Not yet, it's only in plans. You are welcome to start working on it of course.