Wrapping Redis PubSub with Effect for Distributed Cached Feature Flags
Did somebody already wrap Redis PubSub with effect? Looking for something in the direction of distributed cached feature flags. Thought about storing the state in Redis, distributing state changes via Redis pubsub and caching on startup locally
