Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 919 Bytes

File metadata and controls

30 lines (28 loc) · 919 Bytes
Socket.io helpful links
Redis, PUB/SUB helpful links
Redis commands
  1. Connect to redis redis-cli -r 1 -h localhost -p 6379
  2. Subscribe to chanel by pattern psubscribe '*'
  3. Monitor events redis-cli monitor
  4. Subscribe to chanel SUBSCRIBE chanel1
  5. Publish message to chanel PUBLISH chanel1
  6. Change DB select 2
  7. Count keys dbsize