Skip to content

vakisialiou/chat.socket.server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors