SAP云平台上Redis dashboard提供的功能一览

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/i042416/article/details/88562345
点Open Dashboard按钮打开看板:

会弹出一个让用户授权的页面:

AP Cloud Platform

Application Authorization

service-fabrik-redis-client

https://service-fabrik-

broker.cf.eu10.hana.ondemand.com/manage/auth/cf/callback

service-fabrik-redis-client has requested permission to

access your account. If you do not recognize this applicationor its URL, you should click deny. The application will notsee your password.

,

Access profile information, i.e. email, first andlast name, and phone number

,

Verify user permission to manage service

大意是告知用户,服务service-fabrik-redis-client正在请求访问当前SAP云平台用户信息,需要用户授权。这些用户信息包含公有字段比如email,用户的first 和last name,不包含用户密码。

点了Authorize按钮后可以进入看板了:

这是Redis服务的概要介绍:Offers an in-memory data structure store thatcan be used as a cache, database, or messagebroker. It supports data structures such asstrings, hashes, lists, sets, sorted sets, and soon

这是Redis服务的类型,我用的是免费版的,配置很低,够用就行:

Single Node Instance, 50 MB Memory, 30 MBRedis maxmemory, 200 MB Disk

Service Instance

这里也能看出SAP云平台上的Redis服务也是通过Docker管理的。

容器镜像:edisaas/docker-redis:3.0.7.2

容器启动入口:'scripts/run.sh

容器的环境变量:

容器的网络设置,暴露出来的端口等。

容器进程:

容器日志文件:

要获取更多Jerry的原创文章,请关注公众号"汪子熙":

猜你喜欢

转载自blog.csdn.net/i042416/article/details/88562345