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
Normally, redis is able to handle key-buffer storage (and not only key-string storage). As I want to store a buffer, typescript returns an error if I try to provide the to the setEx or set methods something else than a string.
So my question is: Is there any (documented) way to store and retrieve (neatly) a buffer in redis?