Open jabwd opened 7 years ago
Kitura-redis currently does not support PUBLISH
/SUBSCRIBE
. This would require a rework on how we use the underlying socket library, which is lower on our priority list at the moment.
welp. knowing this earlier would've saved me from using the library in the first place... definitely a required feature for a redis lib
Would there be a way for me to subscribe to a redis channel? As far as I can see in the documentation / source is there is only a one way usage of KituraRedis, where you issue a command and always only once get data back.