Skip to content
View shukla2112's full-sized avatar
👋
Hi!
👋
Hi!

Organizations

@hasura

Block or report shukla2112

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 250 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 Loading

  1. Postgresql operations
    1
    This guide includes queries for postgreql
    2
    
                  
    3
    ### misc/utility commands
    4
    Set pager off
    5
    ```sql
  2. counter-app Public

    redis based counter app

    Go 1

  3. redis_ops.md
    1
    # delete the keys in redis with prefix
    2
    
                  
    3
    ```lua
    4
    EVAL "local keys = redis.call('keys', ARGV[1]) \n for i=1,#keys,5000 do \n redis.call('del', unpack(keys, i, math.min(i+4999, #keys))) \n end \n return keys" 0 prefix:*
    5
    ```
  4. A simple script to print the size of...
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # This script prints out all of your Redis keys and their size in a human readable format
    4
    # Copyright 2013 Brent O'Connor
    5
    # License: http://www.apache.org/licenses/LICENSE-2.0
  5. env-echo Public

    print envs which starts with HASURA_

    Go 1

330 contributions in the last year

Skip to contributions year list
Contribution Graph
Day of Week October November December January February March April May June July August September
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to shukla2112/ddnswitch, hasura/postsales, hasura/hasura-secret-refresh and 1 other repository
Loading A graph representing shukla2112's contributions from October 06, 2024 to October 08, 2025. The contributions are 84% commits, 12% pull requests, 4% code review, 0% issues. 4% Code review   Issues 12% Pull requests 84% Commits

Contribution activity

October 2025

4 contributions in private repositories Oct 1 – Oct 7
Loading