You will need to perform for each key a "type" command: > type and depending ... #!/bin/sh -eu keys=`redis-cli keys '*'` if [ "$keys" ]; then echo "$keys" ...
確定! 回上一頁