sethvargo / go-limiter

A supersonic rate limiting package for Go with HTTP middleware.
Apache License 2.0
555 stars 40 forks source link

Consider name memorystore #3

Closed ahmetb closed 4 years ago

ahmetb commented 4 years ago

Package memorystore is confusing to GCP users probably since https://cloud.google.com/memorystore. inmemorystore is probably a better name to consider early on?

sethvargo commented 4 years ago

Hmm yea. There was a lot of refactoring and this is where it landed. It looks like there's no memorystore package - it's redis. Grumble there's not any easy way to alias a package name in Go.

github-actions[bot] commented 4 years ago

This issue is stale because it has been open for 14 days with no activity. It will automatically close after 7 more days of inactivity.

github-actions[bot] commented 4 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.