Southclaws/pawn-redis

Implement basic pub/sub with callbacks

Southclaws opened this issue · 0 comments

Subscribe will bind to a Pawn callback. I'll probably copy code from Pawpy's thread system and fix it up a bit (it was deadlocking iirc).

Publish will just be a basic command call.

  • Redis_Subscribe(Redis:context, channel[], callback[]);
  • Redis_Publish(Redis:context, channel[], data[]);