2017 © Pedro Peláez
 

library redix

Redis migration

image

zlkoh/redix

Redis migration

  • Monday, December 12, 2016
  • by Misosooup
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

redix

A very simple Redis migration, (*1)

Redix is created based on Phinx., (*2)

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, (*3)

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., (*4)

The Versions

12/12 2016

dev-master

9999999-dev

Redis migration

  Sources   Download

MIT

The Requires

 

migrations nosql db redix redis migrations

12/12 2016

v0.0.1

0.0.1.0

Redis migration

  Sources   Download

MIT

The Requires

 

migrations nosql db redix redis migrations