Skip to content

Commit

Permalink
docs: update (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
caojiajun committed Oct 1, 2024
1 parent 03b95e3 commit b48e6c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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等,也可以自定义)
Expand Down

0 comments on commit b48e6c2

Please sign in to comment.