Skip to content

Commit c968af0

Browse files
committed
docs: update
1 parent bb39e5b commit c968af0

5 files changed

Lines changed: 73 additions & 73 deletions

File tree

docs/camellia-redis-proxy/deploy/quick-start-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
* 构建镜像样例,见: [docker-build](docker/Dockerfile-jdk21)
77
* k8s环境部署注意事项:
88
- 如果使用k8s的svc模式为clusterIP: None,当pod大于15个以上,避免K8S内部DNS的问题,可以使用多个svc分散代理一定数量的statefulset(原因:udp的dns请求最大响应大小为512字节,超过后udp返回的dns响应会设置Truncate)
9-
- 如果后端redis和camellia-redis-proxy实例在短时间内先后发生重启/宕机,默认情况下可能会导致camellia-redis-proxy初始化后不监听端口,建议配置preheat: false或者 "upstream.lazy.init.enable": true,请参考:[初始化](https://github.com/netease-im/camellia/blob/master/docs/redis-proxy/other/init.md)
9+
- 如果后端redis和camellia-redis-proxy实例在短时间内先后发生重启/宕机,默认情况下可能会导致camellia-redis-proxy初始化后不监听端口,建议配置preheat: false或者 "upstream.lazy.init.enable": true,请参考:[初始化](https://github.com/netease-im/camellia/blob/master/docs/camellia-redis-proxy/other/init.md)
1010

1111
* 你可以使用kube-blocks去一键部署camellia-redis-proxy,请参考:[kube-blocks](https://www.kubeblocks.io/docs/preview/api_docs/overview/supported-addons)

docs/camellia-redis-proxy/redis-proxy-en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ camellia-redis-proxy is a high performance proxy for redis, which base on netty4
1919
* support custom sharding
2020
* support ssl/tls, both client to proxy and proxy to upstream redis
2121
* support unix-domain-socket, client can access proxy by uds
22-
* support use http to access proxy, like [webdis](https://github.com/nicolasff/webdis) , see: [http](/docs/redis-proxy/other/http.md)
22+
* support use http to access proxy, like [webdis](https://github.com/nicolasff/webdis) , see: [http](/docs/camellia-redis-proxy/other/http.md)
2323
* support read from slave(in redis-sentinel master-slave mode,support read slave, and proxy will automatic process node-down/master-switch/node-expansion)
2424
* support route config refresh online
2525
* support multi-tenants, then proxy will route business-A to redis1, business-B to redis2
@@ -32,7 +32,7 @@ camellia-redis-proxy is a high performance proxy for redis, which base on netty4
3232

3333

3434
## Quick Start
35-
1) you need a spring-boot project first, then add dependency in your pom.xml,like this(see [sample-code](/camellia-samples/camellia-redis-proxy-samples)):
35+
1) you need a spring-boot project first, then add dependency in your pom.xml,like this
3636
```
3737
<dependency>
3838
<groupId>com.netease.nim</groupId>

docs/camellia-redis-proxy/redis-proxy-zh.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ camellia-redis-proxy是一款高性能的redis代理,使用netty4开发,最
2424
* 支持阿里TairZSet、TairHash、TairString系列命令
2525
* 支持RedisJSON和RedisSearch系列命令
2626
* 支持读slave(redis-sentinel/redis-cluster均支持配置读从节点)
27-
* 支持SSL/TLS(proxy到client支持,proxy到redis也支持),具体见:[ssl/tls](/docs/redis-proxy/other/tls.md)
28-
* 支持unix-domain-socket(client到proxy支持,proxy到redis也支持),具体见:[uds](/docs/redis-proxy/other/uds.md)
29-
* 支持使用http协议访问proxy,类似于 [webdis](https://github.com/nicolasff/webdis) ,但是接口定义不一样,具体见:[http](/docs/redis-proxy/other/http.md)
27+
* 支持SSL/TLS(proxy到client支持,proxy到redis也支持),具体见:[ssl/tls](/docs/camellia-redis-proxy/other/tls.md)
28+
* 支持unix-domain-socket(client到proxy支持,proxy到redis也支持),具体见:[uds](/docs/camellia-redis-proxy/other/uds.md)
29+
* 支持使用http协议访问proxy,类似于 [webdis](https://github.com/nicolasff/webdis) ,但是接口定义不一样,具体见:[http](/docs/camellia-redis-proxy/other/http.md)
3030
* 支持多租户,即租户A路由到redis1,租户B路由到redis2(可以通过不同的clientname区分,也可以通过不同的password区分)
3131
* 支持多租户动态路由,支持自定义的动态路由数据源(内置:本地配置文件、nacos、etcd等,也可以自定义)
3232
* 支持自定义插件,并且内置了很多插件,可以按需使用(包括:大key监控、热key监控、热key缓存、key命名空间、ip黑白名单、速率控制等等)

update-en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1411,7 +1411,7 @@
14111411
* none
14121412

14131413
### update
1414-
* performance update of camellia-redis-proxy, see [v1.0.19](/docs/redis-proxy/performance-report-8.md)
1414+
* performance update of camellia-redis-proxy, see [v1.0.19](/docs/camellia-redis-proxy/performance-report-8.md)
14151415

14161416
### fix
14171417
* fix xinfo/xgroup in KeyParser/pipeline

0 commit comments

Comments
 (0)