Balloons.IO icon indicating copy to clipboard operation
Balloons.IO copied to clipboard

Add redis-backed chat history with setup in config

Open scollett opened this issue 11 years ago • 2 comments

I implemented a history with Redis. It uses Redis lists with the chatroom id as the key. It keeps unlimited history in Redis, but only pulls from Redis the last 5 chat lines unless a higher/lower 'viewlimit' is set in the config file. The history is not saved in Redis or displayed unless there is a history entry in the config file.

scollett avatar Dec 20 '13 20:12 scollett

Great!

qdsang avatar Jan 07 '14 02:01 qdsang

+1 Cool feature!

LoicMahieu avatar Feb 12 '14 17:02 LoicMahieu