👋
Hi!
Building @hasura Cloud | Observability | Pro AWS | SRE | Kubernetes | Golang enthusiast | databases
-
Hasura
- Bangalore
- @nikunjshukla
Pinned Loading
-
Postgresql operations
Postgresql operations 1This guide includes queries for postgreql
23### misc/utility commands
4Set pager off
5```sql
-
-
redis_ops.md
redis_ops.md 1# delete the keys in redis with prefix
23```lua
4EVAL "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```
-
A simple script to print the size of...
A simple script to print the size of all your Redis keys. 1#!/usr/bin/env bash
23# 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
330 contributions in the last year
Skip to contributions year listDay of Week | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
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
Contribution activity
October 2025
4
contributions
in private repositories
Oct 1 – Oct 7