-
Notifications
You must be signed in to change notification settings - Fork 192
Description
I’m currently using this library for Redis operations and wanted to confirm whether it supports any mechanism for automatic version updates when a key’s data is modified.
For example, given a key like:
sr:running:sr:abc-function:data:/abc-Function:abc-Function/abcFunction-Single
I’d like Redis (or the client library) to automatically maintain and increment a version (or change counter) whenever the key’s value changes — without requiring me to manually update a separate version key each time.
Specifically, I’m looking to understand:
-
Does the library natively support version tracking or automatic version incrementing on write operations?
-
If not, is there a recommended approach or extension mechanism (e.g., hooks, middleware, or Lua scripting) to achieve this?
Any guidance or best practices would be appreciated.
Thanks & regards,
Vishall