inlinedio / ikv-store

High-performance key-value store for ML inference. 100x faster than Redis.
https://inlined.io/
MIT License
201 stars 5 forks source link

[Go] Numeric types in ikv go client #127

Open pushkarmoi opened 4 months ago

pushkarmoi commented 4 months ago

Go client only supports reading/writing string and bytes fields. https://docs.inlined.io/data-modeling#fields

We should add support for numeric types (both in writer and reader clients) https://github.com/inlinedio/ikv-store/blob/master/ikv-go-client/client.go#L10