-
Hi,
It was so confused to me. I just use glide get github.com/gorilla/mux but somehow it automatically pulling update for existing packages.
I can see a lot of changes from glide.lock when checking …
-
Because of the lack of **simple** and reliable message queues, this project is one of my favorites for dispatching messages with Go, but the last commit is from 1st august 2014...
Is this project sti…
-
比如有一个 `用户消息通知` 类,一个 `发送短信` 类,它们都需要消息一个redis队列,打开 cli.go 准备开干,看了一圈一头雾水无从下手泪流满面,请求最佳实践。给 windvalley 比个 yeah 天天开心哦
-
-
1. How do I create a permanent Bash alias?
- Type the following from the terminal
=> gedit ~/.bashrc
- This will open a window, type this as the last line and save the file and close gedit.
…
-
[cmd.zip](https://github.com/go-eagle/eagle/files/14081044/cmd.zip)
上面是我的cmd目录下的文件
在server目录中,执行wire ./... 生成wire_gen.go报错提示
wire: /Users/liangjiaming/code/eagle-demo/cmd/server/wire.go:16:1: inj…
-
@RedisListener添加了queue的名称
Message 也设置了setQueue 但是发送消息报错,是我的接入有问题吗
com.redismq.exception.RedisMqException: Redismq Can't find queue
at com.redismq.core.RedisMQProducer.hasQueue(RedisMQProducer.ja…
ylc88 updated
7 months ago
-
如题,这个现象多个环境上可用重新。
下面是我的代码。
外部定时调用keepalive 和waitMessage。
看了比较久,确实看不出来问题了。请帮忙看看。
local skynet = require "skynet"
require "skynet.manager"
local redis = require "skynet.db.redis"
local js…
-
Hi everyone,
In the repo: https://github.com/adjust/redismq , I saw you guys did implement the BufferedQueue to improve the performance of the queue.
However, now I don't see it anymore. At the mo…
-
Is there a way to use Redis sentinel?
I use redis sentinel.
I'd like to connect Redis Sentinel with Aedes and use it.