go-redis / redismock

Redis client Mock
https://redis.uptrace.dev
BSD 2-Clause "Simplified" License
284 stars 63 forks source link

Is there any plan to support PSubscribe command ? #95

Open gbarsky opened 1 week ago

gbarsky commented 1 week ago

Hi, I would like to know if there is a plan to support Subscribe / PSubscribe command? Would you please suggest what workaround I can use in the meantime to mock PSubscribe within unit test? Thanks