Skip to content
View itsjwala's full-sized avatar
🔥
Working Remotely
🔥
Working Remotely

Block or report itsjwala

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. percy/cli percy/cli Public

    The Percy CLI is used to interact with, and upload snapshots to, percy.io via the command line.

    JavaScript 80 54

  2. backupper backupper Public

    Command line tool to take phone's media backup to desktop wirelessly

    Go 3 2

  3. DragonBallWorld DragonBallWorld Public

    My personal server setup

    HCL 3

  4. locus locus Public

    Locus | Sandbox for running code

    Go 2

  5. redis cli migrate keys redis cli migrate keys
    1
    
                  
    2
    # use if keys are less, check redis metrics when this is done.
    3
    # "migrate" copies keys with TTL 
    4
    
                  
    5
    redis-cli -h HOST1 -p 6398 keys \* | xargs -I '{}' -P 100 redis-cli -h HOST1 -p 6398 migrate HOST2  6398 "" 0 5000 COPY KEYS '{}'