history This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ==== Delete all keys with name prefix ==== <code> redis-cli --scan --pattern terraform:schema* | xargs redis-cli del </code> ==== Get key value ==== <code> redis-cli get terraform:schema:123 </code>