This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
Recently at work I was tasked with adding some caching to one of our Golang services. The particular service required incoming requests to provide an API key for authentication. So on every request the service was making an extra round trip to the database to verify the API key even though it was usually the same key. Not great. Implementing the cache ended up being much harder than I thought it…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.