
redis
List of commands for redis:
-
redis:queue:flush Flush a Redis queue$ redis-cli ${password} -n ${database} flushdbtry on your machineexplain this command
-
redis:queue:length Return the length of a given Redis queue.$ redis-cli ${password} -n ${database} llen ${queue}try on your machineexplain this command