Y
Hacker News
new
|
ask
|
show
|
jobs
Show HN: Efficient Redis Go Client
(
github.com
)
6 points
by
kloeq
2406 days ago
1 comments
nuggien
2405 days ago
How does this compare to go-redis (
https://github.com/go-redis/redis
)?
link
kloeq
2404 days ago
Both have a type safe API. Go-redis supports more commands. This client is significantly faster, especially with concurrent use.
link