I got an issue with php-redis with socket.io ,in their example here https://github.com/rase-/socket.io-php-emitter im trying to emit to specific user which is set on my socket.io nodejs server , in a varible called: var users = {}; this carible contain the socket id , when user connect to the node server im saving its socket . on its user_id users[data.id] = socket;
anyone can help me understand how do i send to a specific user my way or another way usingphp redis