jrief / django-websocket-redis

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

connect to existing db in redis #253

Closed idanalkhalid closed 6 years ago

idanalkhalid commented 6 years ago

it is possiblle to calling key from existing data in redis ?

jrief commented 6 years ago

sure, just use the API provided by Python redis. Check here for more https://pypi.python.org/pypi/redis