You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use case is keeping a full text search cache up-to-date by consuming data off a kafka stream and upserting into Redis. Having Ver required to increment each update means I need to either keep the entire cache in memory so I know what my last version was, or fetching each object prior to updating. I'd like to see this field become optional.