👋
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 commands4Set pager off
5```sql
-
-
redis_ops.md
redis_ops.md 1# delete the keys in redis with prefix23```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 bash23# This script prints out all of your Redis keys and their size in a human readable format4# Copyright 2013 Brent O'Connor5# License: http://www.apache.org/licenses/LICENSE-2.0
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


