darkweak / souin

An HTTP cache system, RFC compliant, compatible with @tyktechnologies, @traefik, @caddyserver, @go-chi, @bnkamalesh, @beego, @devfeel, @labstack, @gofiber, @go-goyave, @go-kratos, @gin-gonic, @roadrunner-server, @zalando, @zeromicro, @nginx and @apache

Home Page:https://docs.souin.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New cache engine, implementation rueidis

adammakowskidev opened this issue · comments

Hi @darkweak

Is it possible to implement 'rueidis'?
https://github.com/redis/rueidis

rueidis offers Auto Pipelining which increases efficiency significantly. It is even able to achieve ~14x throughput over go-redis .
Currently, the performance of go-redis is very poor....