yahoojapan / ngtd

Serving NGT over HTTP or gRPC ※This project is not maintained. We have moved to a new product, [Vald](https://vald.vdaas.org) .
Apache License 2.0
38 stars 10 forks source link

fix val type in redis #10

Closed kmrmt closed 5 years ago

kmrmt commented 5 years ago

I use string() incorrectly.

Converting uint to string, I use fmt.Sprint() in this PR.

kpango commented 5 years ago

I think strconv.FormatInt is better than fmt.Sprint. but we have to think about KVS interface's Get arguments

kpango commented 5 years ago

LGTM