redyn:由DynamoDB支持的Node.js的类似Redis的实现 源码
Redyn -第一 -实施了背靠 。 const redyn = require ( 'redyn' ) ; // Specify your DynamoDB table const client = redyn . createClient ( 'redyn-example-table' ) ; // Start executing Redis commands! await client . set ( 'users:1' , JSON . stringify ( { id : 1 , name : 'Barry Allen' } ) ) ; await client . set (
文件列表
redyn-master.zip
(预估有个32文件)
redyn-master
.eslintrc.yml
6KB
utils.js
7KB
index.js
3KB
docs
_config.yml
74B
_sass
custom
custom.scss
113B
.gitignore
22B
暂无评论