siberite icon indicating copy to clipboard operation
siberite copied to clipboard

Siberite is a simple, lightweight, leveldb backed message queue written in Go.

Results 5 siberite issues
Sort by recently updated
recently updated
newest added

This fixes a case where sending a command like "get /peek" causes the creation of a queue with an invalid name. This invalid queue name is persisted to the leveldb...

For fail-over and horizontal scalability, how to do replication? As I see it's not supported in the backed `goleveldb`?

Do you have plans to add authentication to Siberite? Or if not, do you know of any proxies that might be suitable for the memcache protocol that I could use...

In the documentation here, fanout queue usage is described as: > Siberite allows you to insert new message into multiple queues at once by using the following syntax `set ++...

@bogdanovich I noticed you merged my old PR so thought I'd bring this to your attention. It looks like goleveldb may no longer be under active maintenance: https://github.com/syndtr/goleveldb/issues/400. I found...

bug
help wanted