diff --git a/README-en.md b/README-en.md index 5cc5d67c8..e21b900be 100644 --- a/README-en.md +++ b/README-en.md @@ -44,7 +44,7 @@ high performance redis-proxy: * support multi-route-conf * support ssl/tls, both client to proxy and proxy to upstream redis * support unix-domain-socket, both client to proxy and proxy to upstream redis -* support use http to access proxy, like [webdis](https://github.com/nicolasff/webdis) , see: [http_over_redis](/docs/camellia-redis-proxy/other/http_over_redis.md) +* support use http to access proxy, like [webdis](https://github.com/nicolasff/webdis) , see: [redis_over_http](/docs/camellia-redis-proxy/other/redis_over_http.md) * support tps/rt/big-key/hot-key/slow-command monitor * support disguise as redis-cluster/redis-sentinel for high availability * support custom command plugin, support hot-key-cache(GET command),support value converter and so on diff --git a/README.md b/README.md index 4925b0c52..bb397e298 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Camellia提供了一系列简单易用的服务器组件,包括但不限于: * 所有支持的命令: [supported_commands](docs/camellia-redis-proxy/supported_commands.md) * 支持SSL/TLS(client到proxy支持,proxy到redis也支持) * 支持unix-domain-socket(client到proxy支持,proxy到redis也支持) -* 支持使用http协议访问proxy,类似于 [webdis](https://github.com/nicolasff/webdis) ,但是接口定义不一样,具体见:[http_over_redis](/docs/camellia-redis-proxy/other/http_over_redis.md) +* 支持使用http协议访问proxy,类似于 [webdis](https://github.com/nicolasff/webdis) ,但是接口定义不一样,具体见:[redis_over_http](/docs/camellia-redis-proxy/other/redis_over_http.md) * 支持自定义分片、读写分离、双(多)写、双(多)读 * 支持多租户(可以同时代理多组路由,可以通过不同的登录密码来区分) * 支持多租户动态路由,支持自定义的动态路由数据源(内置:本地配置文件、nacos、etcd等,也可以自定义) diff --git a/docs/camellia-redis-proxy/other/http_over_redis.md b/docs/camellia-redis-proxy/other/redis_over_http.md similarity index 100% rename from docs/camellia-redis-proxy/other/http_over_redis.md rename to docs/camellia-redis-proxy/other/redis_over_http.md