Skip to content

Instantly share code, notes, and snippets.

@guiltry
Created February 17, 2015 07:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guiltry/5a99e53380d7692da219 to your computer and use it in GitHub Desktop.
Save guiltry/5a99e53380d7692da219 to your computer and use it in GitHub Desktop.
$redis.publish 'realtime_msg', {
channel: "/chats/#{@chat.id}",
event: 'chat',
message: {
html: @message,
sender: @member.username
}
}.to_json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment