9951 explained code solutions for 126 technologies


redisPub/sub usage in Redis


redis-cli SUBSCRIBE somectrl + c
redis-cli

executes Redis command in bash

SUBSCRIBE

receive message from the specified channel

some

name of the channel (just a string) which messages are going to be published to