laixintao
laixintao
这里是不是说信号量的实现如果不是原子的,会有问题?
嗯,原文这段中将的都是「如果」的情况吧。
没看懂你想指出的错误是什么。可以重新描述下吗? 文中描述的是: 实际的表现应该是:
> 在非后台运行的进程会看到一个输出,后台运行的没有输出,后台运行进程在主进程结束之后会自动结束。 这里想说的就是 「当主线程结束的时候,普通线程还可继续运行进行输出,而守护线程还没运行到print()的时候就已经和主线程一同结束了。」 不是说因为是后台进程而没有输出。
I think yes, I think valkey will keep comptaible with redis for a long time as they want more users switch from redis right? If they decide to go separate...
it seems all pager related, I don't know what's difference between openSUSE and Ubuntu (I tested with), I will setup a openSUSE for testing once have the time.
If you use iredis' pager function (like get a very long list), does the pager work normal?
> Yes, that works (calling `less`). OK then it should be an issue only for testing, the iredis actually works fine.
> I just started using this tool, and this is the biggest blocker for me to replace the standard web UI from `go tool pprof`. Thanks for mentioning that! After...
Yes but not in detail, I want to reimplement the event handler and sender by redis stream, and give user an option to choose redis' stream or pub/sub as an...