botstackjs icon indicating copy to clipboard operation
botstackjs copied to clipboard

Optional Session Management REDIS Support

Open cama opened this issue 9 years ago • 0 comments

REDIS can be superfluous for particular project types when MongoDB makes sense to store sessions.

If the developer has not setup REDIS_URL but setup MONGODB_URL, BotStackJS need to use MongoDB for storing sessions.

cama avatar Feb 22 '17 23:02 cama