Python微信订餐小程序课程视频
https://edu.csdn.net/course/detail/36074
Python实战量化交易理财系统
https://edu.csdn.net/course/detail/35475
Redis Cluster
部署
使用 Bitnami helm chart
在 K8S redis
命名空间中一键部署 Redis cluster
。
helm repo add bitnami https://charts.bitnami.com/bitnami
helm install -n redis staging bitnami/redis-cluster
查看随机生成的 Redis 密码
记住 helm chart deployment
将为 Redis cluster
生成一个随机密码。您可以通过以下命令行查看密码:
export REDIS_PASSWORD=$(kubectl get secret --namespace re