david-de2
david-de2
I going to get status updates (what posts user exploring at the moment). So, I going to storage this posts in Redis. Like: PostId => UserIds. And when some post...
I would happy to use RESTful interface to send updates from client. But I going to storage currently visible entities on screen. It would generate a lot of requests to...
I would glad to do my own push for this project by adding this functionality if it doesn't exists. We could restrict user to use only `redis`, do you think...
Could you please tell how can I receive data to put it in Redis data-bucket? Thanks.
nanuxbe, thank you for your response. Are you suggesting to even not put data in redis-bucket, I should do it through celery task, right?
Thank you for your help!
I'm sorry, I can't realise how to get current user (or request) in overridden `publish_message` of `RedisSubscriber`. Could you please explain this?