The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

6 rader
144 B

  1. #!/bin/bash
  2. KEY_MATCH="${1}"
  3. for k in $(echo 'keys *'"""${KEY_MATCH}"""'*' | redis-cli ) ; do
  4. echo "$k => $(echo "get $k" | redis-cli)"
  5. done