Kitura / Kitura-redis

Swift Redis library
Apache License 2.0
95 stars 26 forks source link

Subscribe / Publish seem to be omitted from the API #59

Open jabwd opened 7 years ago

jabwd commented 7 years ago

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.

quanvo87 commented 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.

yspreen commented 1 year ago

welp. knowing this earlier would've saved me from using the library in the first place... definitely a required feature for a redis lib