YiiRedis icon indicating copy to clipboard operation
YiiRedis copied to clipboard

ARedisChannel bug

Open lamperwang opened this issue 9 years ago • 0 comments

$channel = new ARedisChannel("myChannel"); $channel->onReceiveMessage = function($redis, $channel, $message) { echo "Message Received:".$message."\n"; }; $channel->subscribe();

I can't get the value of $channel, $message

lamperwang avatar Oct 23 '15 02:10 lamperwang