victorspringer / http-cache

High performance Golang HTTP middleware for server-side application layer caching, ideal for REST APIs
https://godoc.org/github.com/victorspringer/http-cache
MIT License
339 stars 63 forks source link

fix redis adapter cache key #6

Closed wedneyyuri closed 5 years ago

wedneyyuri commented 5 years ago

type conversion from uint64 to string was generating broken keys. Probably this kind of conversion will be frequently used, so was exported to th emain package.