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
Hello, I’m using IStorageConnection interface, specifically the SetRangeInHash method, to insert multiple fields into a hash. However, I noticed that there doesn't seem to be an option to set an expiration time (ExpiryAt) for the hash records when using this method.
Before proposing an enhancement, I wanted to check if this functionality is already supported in some form that I might have missed. If not, it would be useful to have a way to set the expiration time for hash records during insertion.
The text was updated successfully, but these errors were encountered:
It's possible to create a transaction first by calling the CreateWriteTransaction and cast it to the JobStorageTransaction type, where both SetRangeInHash and ExpireHash methods available. Please don't forget to call the Commit method once all required commands are executed.
Hello, I’m using IStorageConnection interface, specifically the SetRangeInHash method, to insert multiple fields into a hash. However, I noticed that there doesn't seem to be an option to set an expiration time (ExpiryAt) for the hash records when using this method.
Before proposing an enhancement, I wanted to check if this functionality is already supported in some form that I might have missed. If not, it would be useful to have a way to set the expiration time for hash records during insertion.
The text was updated successfully, but these errors were encountered: