Skip to content

Commit e99eb47

Browse files
committed
docs: improve Redis subscription documentation in config.yaml
Change comment from 'PSUBSCRIBE' to 'Subscribe/PSubscribe' to clarify support for both Redis subscription patterns in notification sync.
1 parent e1d1e24 commit e99eb47

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,10 @@ synchronization:
252252
host: "redis.demo.svc:6379"
253253
password: ""
254254
database: 0
255+
## channel: "optimizely-sync" # Base channel name (NOT currently parsed - uses hardcoded default)
256+
## Agent publishes to channels: "optimizely-sync-{sdk_key}"
257+
## For external Redis clients: Subscribe "optimizely-sync-{sdk_key}" or PSubscribe "optimizely-sync-*"
258+
## Note: Channel configuration parsing is a known bug - planned for future release
255259
## if notification synchronization is enabled, then the active notification event-stream API
256260
## will get the notifications from available replicas
257261
notification:

0 commit comments

Comments
 (0)