-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
The Redis data model is not ideal. Specifically, feature data is stored in Redis with a key that only references the join key values, not the FV names. This means that two FVs sharing the same entities might share the same prefix in Redis, which results in awkward deletion logic. See #2240 for more details.