uq icon indicating copy to clipboard operation
uq copied to clipboard

Another simple persistent message queue.

Results 7 uq issues
Sort by recently updated
recently updated
newest added

I am a bot. Please reach out to [@azillion](https://github.com/azillion) if you have any issues, or just close the PR.

before connect,first get topic node relation by etcd api?

go get -u github.com/buaazp/uq # github.com/coreos/go-etcd/etcd /root/.gopath/src/github.com/coreos/go-etcd/etcd/response.generated.go:99:6: r.EncodeArrayStart undefined (type codec.genHelperEncDriver has no field or method EncodeArrayStart) /root/.gopath/src/github.com/coreos/go-etcd/etcd/response.generated.go:107:6: r.EncodeMapStart undefined (type codec.genHelperEncDriver has no field or method EncodeMapStart) /root/.gopath/src/github.com/coreos/go-etcd/etcd/response.generated.go:111:6: z.EncSendContainerState...

can the message persist forever? used as a logging system

It's great software. Will upgrade/ update soon? With password auth feature will be best.

hi, buaazp. I implemented a python client for uq and have made a pull request [here](https://github.com/buaazp/libuq/pull/3). Besides I found two minor issues about protocol compatibility during developing. Some FAQ in...

清空一个line后一会整个topic都清空了: 127.0.0.1:8800> add test OK 127.0.0.1:8800> add test/a 10s OK 127.0.0.1:8800> set test a OK 127.0.0.1:8800> set test b OK 127.0.0.1:8800> empty test/a OK 127.0.0.1:8800> info test name:test head:0 tail:2...