Hacker News new | ask | show | jobs
Show HN: Efficient Redis Go Client (github.com)
6 points by kloeq 2406 days ago
1 comments

How does this compare to go-redis (https://github.com/go-redis/redis)?
Both have a type safe API. Go-redis supports more commands. This client is significantly faster, especially with concurrent use.