jrief / django-websocket-redis

Websockets for Django applications using Redis as message queue
http://django-websocket-redis.awesto.com/
MIT License
895 stars 222 forks source link

Redis key stores an array of values #194

Open asennoussi opened 8 years ago

asennoussi commented 8 years ago

I'm trying to understand how Persistence in Redis is working. When I'm sending a message, I can see that it's stored in the key : Prefix:broadcast:facility.

When I'm sending a second message it overrides the value stored in the previous key. Is there a way to store an array in one Key ?