We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ee373f + 9ddac79 commit 6f1ff41Copy full SHA for 6f1ff41
src/storages/types.ts
@@ -505,7 +505,7 @@ export interface IStorageFactoryParams {
505
*/
506
onReadyCb: (error?: any) => void,
507
/**
508
- * For emitting SDK_READY_FROM_CACHE event in consumer mode with Redis and standalone mode with preloaded data
+ * For emitting SDK_READY_FROM_CACHE event in consumer mode with Redis to allow immediate evaluations
509
510
onReadyFromCacheCb: () => void,
511
}
0 commit comments