I am writting a chat application for android. I want to use redis in my backend, so that with publish, i can send a message to all clients connected to the server and subscribe on the client side to listen in on the server.
I want to know if there's any thing wrong with this? Also, i found out a client can execute commands while it is subscribed to a channel, is there a way to go around this so that should a mobile client subscribe to receive messages, it can still use publish to send messages out.
Thanks