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

Block or report itsjwala

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  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 66 40

  2. ccr ccr Public

    Command line tool for executing programs with input test file and 40+ languages support

    Python 11

  3. backupper backupper Public

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

    Go 3 2

  4. DragonBallWorld DragonBallWorld Public

    My personal server setup

    HCL 3

  5. locus locus Public

    Locus | Sandbox for running code

    Go 2

  6. 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 '{}'