Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
什么是订阅 redis 模式和管道到 grep 的好方法。
我试过了
redis-cli psubscribe "somepattern*" | grep somevalue
但如果模式不经常发布,它似乎不起作用。
如何重定向redis订阅的输出
stdbuf -oL redis-cli psubscribe "*" | grep --line-buffered sometext