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
I notice that RocksDB-Sharp uses UTF-8 as default encoding. This is better than ASCII as default. But I sill wonder whether there is a way to set the default encoding besides UTF-8?
I also suggest the Encoding should applied to Key & Value separately, both for the default encoding & per command encoding. It would be better to be able to assign an Encoding other to the default encoding for Key & Value separately.
The text was updated successfully, but these errors were encountered:
I notice that RocksDB-Sharp uses UTF-8 as default encoding. This is better than ASCII as default. But I sill wonder whether there is a way to set the default encoding besides UTF-8?
I also suggest the Encoding should applied to Key & Value separately, both for the default encoding & per command encoding. It would be better to be able to assign an Encoding other to the default encoding for Key & Value separately.
The text was updated successfully, but these errors were encountered: