gpt4 book ai didi

redis - redis-cli psubscribe 和管道到 grep 的最佳方法是什么

转载 作者:可可西里 更新时间:2023-11-01 11:24:33 49 4
gpt4 key购买 nike

什么是 psubscribe on redis 模式和管道到 grep 的好方法。

我试过了

redis-cli psubscribe "somepattern*" | grep somevalue

但如果模式不经常发布,它似乎不起作用。

最佳答案

How to redirect the output of redis subscription

stdbuf -oL redis-cli psubscribe "*"  | grep --line-buffered sometext

关于redis - redis-cli psubscribe 和管道到 grep 的最佳方法是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50766085/

49 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com