There was an error while loading. Please reload this page.
1 parent 606860d commit 733132bCopy full SHA for 733132b
1 file changed
ldclient/interfaces.py
@@ -310,6 +310,11 @@ class AsyncReadOnlyStore(Protocol):
310
Both async data systems expose their active store through this uniform interface:
311
:class:`AsyncFeatureStore` satisfies it directly (FDv1), and FDv2 adapts its
312
synchronous in-memory store to it. This is the async analog of :class:`ReadOnlyStore`.
313
+
314
+ .. caution::
315
+ This feature is experimental and should NOT be considered ready for production
316
+ use. It may change or be removed without notice and is not subject to backwards
317
+ compatibility guarantees.
318
"""
319
320
@abstractmethod
0 commit comments