@skywritermd/socketredis
v1.1.0
Published
A module approach to being able to use socket.io, redis and express to scale properly
Downloads
20
Readme
@skywritermd/socketRedis
This is a modular approach to working the socket.io, redis, while being able to scale very quickly.
Installation
npm install @skywritermd/socketredis
Configuration
const client=createRedisClient(host,port, auth_pass)
Basic Functionality
- Add Users
- Remove Users
- Find Users
- Find Users by Socket ID
- Get All Users
