Open ThisIsMissEm opened 3 months ago
The documentation implies that the keyPrefix option should work for subscribe and publish, but in practice, it seems to not.
keyPrefix
subscribe
publish
As you can see, the set commands are correctly prefixed, but the subscribe commands aren't.
set
This also applies to unsubscribe
unsubscribe
The documentation implies that the
keyPrefix
option should work forsubscribe
andpublish
, but in practice, it seems to not.As you can see, the
set
commands are correctly prefixed, but thesubscribe
commands aren't.