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
Store.set can handle bytes by internally calling Buffer.from_bytes to create a Buffer from the input. This would improve the UX of the store, because bytes is a built-in python type.