Skip to content

webpp-studio/php_session_migrator

Repository files navigation

PHP Session Migrator

Script for the migration between PHP session storages.

Examples

Migrate from files to memcache:

php migrator.php --from=files --to=memcache

Migrate from memcache to redis:

php migrator.php --from=memcache --to=redis

Supported session storages

  • Files (default PHP)
  • Memcache
  • Redis

Other options

  • --clean-destination — remove all sessions from the destination storage.

About

Tool for migration between PHP session storages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages