Hi growthbook teams In python SDK, I have 2 questi...
# ask-questions
b
Hi growthbook teams In python SDK, I have 2 questions 1). If we don't use Webhook, How do we get real-time feature updates? If I'm using Redis cache, I need to wait until the cache expires to load new feature updates. Do you have another suggestion? Does the Python SDK have streaming (sse)?
2). What does the function gb.load_features() in the growthbook class do? Did it open a new socket for getting notified from the growthbook server for feature updates or just request features by HTTPS?