def userDataPush(userid,data): Channel( redis_conn.hget("online-users",userid) ).send( { 'text' : json.dumps(sellData,cls=DjangoJSONEncoder) } )