RoR Redis subscription rspec stub

后端 未结 0 1420
半阙折子戏
半阙折子戏 2021-01-07 05:16

I\'m working on finding a stub for:

 @redis.subscribe(key) do |on|
   on.message do |channel, message|
      handle_message(message)
   end
 end
相关标签:
回答
  • 消灭零回复
提交回复
热议问题