You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using your excellent package to install redis inside a docker
It works, but I'd like to avoid some seconds of wait while pickle is waiting for me to reply y
Of course, when building an image, there is no point to do and to wait for this
# php pickle.phar install redis
- Installing redis (latest-stable): Downloading (100%)
+-----------------------------------+--------+
| Package name | redis |
| Package version (current release) | 6.0.2 |
| Package status | stable |
+-----------------------------------+--------+
use system liblzf (default: ):
use system libzstd (default: ):
use system liblz4 (default: ):
whether to enable sessions (default: yes):
whether to enable json serializer support (default: yes):
whether to enable igbinary serializer support (default: no):
whether to enable msgpack serializer support (default: no):
whether to enable lzf compression (default: no):
whether to enable Zstd compression (default: no):
whether to enable lz4 compression (default: no):
# # #
The text was updated successfully, but these errors were encountered:
I'm using your excellent package to install redis inside a docker
It works, but I'd like to avoid some seconds of wait while pickle is waiting for me to reply y
Of course, when building an image, there is no point to do and to wait for this
# # #
The text was updated successfully, but these errors were encountered: