Download the PHP package imunhatep/rediscli without Composer
On this page you can find all versions of the php package imunhatep/rediscli. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package rediscli
Execute redis cli commands
Could be useful in case of executing redis commands out of framework environment. Rediscli uses it's own entrypoint and reads env variables or .env
for Redis connection.
E.g. In case Doctrine is configured to store entity proxies inside Redis, sometimes it's required to clean up Redis cache before Doctrine will be able to regenerate entity proxies.
Supported commands:
- flushdb
- flushall
Installation:
Usage example:
Setup:
flushall
example using inline env variables:
flushdb
example providing .env
:
flushbd
if env variables are set in shell
All versions of rediscli with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
ext-redis Version *
symfony/dotenv Version ^3.0|^4.0|^5.0
symfony/console Version ^3.0|^4.0|^5.0
ext-redis Version *
symfony/dotenv Version ^3.0|^4.0|^5.0
symfony/console Version ^3.0|^4.0|^5.0
The package imunhatep/rediscli contains the following files
Loading the files please wait ....