Script for the migration between PHP session storages.
Migrate from files to memcache:
php migrator.php --from=files --to=memcache
Migrate from memcache to redis:
php migrator.php --from=memcache --to=redis
- Files (default PHP)
- Memcache
- Redis
--clean-destination
— remove all sessions from the destination storage.