psubscribe

PSUBSCRIBE

PSUBSCRIBE pattern [pattern ...]

自2.0.0起可用。

时间复杂度: O(N)其中N是客户端已订阅的模式数量。

订阅客户端给定的模式。

支持的全局样式模式:

  • h?llo订阅到hellohallohxllo

  • h*llo订阅到hlloheeeello

  • h[ae]llo订阅到hellohallo,但不是hillo

如果您想逐字匹配,请使用\转义特殊字符。