# Functions
No description provided by the author
No description provided by the author
# Constants
DynamoDB 借助 NoSQL 数据库的数据存取,保证集群内的数据安全,保证1秒内的数据最终一致性(只有货币相关操作是强一致性) 每个接口调用小于 10ms.
No description provided by the author
InMemory 内存存储,在单个服务内线程安全,不保证集群内的数据安全,非生产环境的选择,以及少数测试场景.
No description provided by the author
MongoDB 文档数据库.
No description provided by the author
# Interfaces
Storage 存储.