Redis – PubSub Psubscribe Command
Redis PSUBSCRIBE command is used to subscribe to channels matching the given patterns. Syntax Following is the basic syntax of Redis PSUBSCRIBE command. redis 127.0.0.1:6379> PSUBSCRIBE CHANNEL_NAME_OR_PATTERN [PATTERN...] Following listing shows some supported patterns…