美文网首页SAP 实用篇SAP札记SAP 修行
SAP云平台上Redis dashboard提供的功能一览

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

作者: _扫地僧_ | 来源:发表于2019-03-11 11:47 被阅读59次
    点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的原创文章,请关注公众号"汪子熙":

    相关文章

      网友评论

        本文标题:SAP云平台上Redis dashboard提供的功能一览

        本文链接:https://www.haomeiwen.com/subject/pegupqtx.html