zlkoh/redix

Redis migration

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/zlkoh/redix

v0.0.1 2016-12-12 03:53 UTC

This package is not auto-updated.

Last update: 2025-10-20 20:06:30 UTC


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.