zlkoh/redix
Composer 安装命令:
composer require zlkoh/redix
包简介
Redis migration
README 文档
README
A very simple Redis migration
Redix is created based on Phinx.
a file named redix.yml has to be created and placed in the root of your working directory
- migrationPath: app/migrations
- host: 127.0.0.1
- port: 6379
bin/redix create ProjectName to create a migration file under app/migrations bin/redix migrate to insert the value into redis bin/redix rollback to rollback a single migration. Rollback follows a FILO process.
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-12-12