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
there’s an issue with where we use Record and need to provide the option to use GlideString as the key.
Record is an object and does not accept Buffer as a key.
Usually when keys are non-primitive and needed to be store as key-val Map is the solution, we don’t think asking the user to create a map when providing input is a good UX.
Expected Behavior
Records based commands can get GlideString as a key. the expected structure should be:
#2207 contains fix for that issue. It is still in WIP state, because changing the approach of Record use causes a lot of changes and test fixes.
Currently it is done ~ 50% and Bit-Quill#421 adds ~30% more.
Most significant parts not done at the moment are - update docs, fixing flaky tests and adding new test.
Describe the bug
there’s an issue with where we use
Record
and need to provide the option to useGlideString
as the key.Record is an object and does not accept Buffer as a key.
Usually when keys are non-primitive and needed to be store as key-val
Map
is the solution, we don’t think asking the user to create a map when providing input is a good UX.Expected Behavior
Records based commands can get GlideString as a key. the expected structure should be:
Current Behavior
HSET and others Records command does not accept Buffer as a key.
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
Client version used
Engine type and version
OS
Language
TypeScript
Language Version
Cluster information
No response
Logs
No response
Other information
No response
The text was updated successfully, but these errors were encountered: