Skip to content

A mysql proxy which has a built-in cache for speeding up DB select operation, it is very useful in projects that have a lot of clients counting to a single DB, causing the DB to be overloaded.

Notifications You must be signed in to change notification settings

shaneyuee/mysql_proxy

Repository files navigation

DISCRIPTION

一个通用的MySQL数据库代理,支持sql执行结果缓存,可以配置缓存时间。使用场景适用于前端有很多机器需要链接mysql/CDB数据库的情况,可以减少对mysql的链接数和访问压力。

About

A mysql proxy which has a built-in cache for speeding up DB select operation, it is very useful in projects that have a lot of clients counting to a single DB, causing the DB to be overloaded.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published