Skip to content

Instantly share code, notes, and snippets.

@abha10
abha10 / redis_cheatsheet.bash
Created October 31, 2019 05:10 — forked from LeCoupa/redis_cheatsheet.bash
Redis Cheatsheet - Basic Commands You Must Know --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
# Redis Cheatsheet
# All the commands you need to know
redis-server /path/redis.conf # start redis with the related configuration file
redis-cli # opens a redis prompt
# Strings.
@abha10
abha10 / gist:3b28a1c714709eda5930c8ef468ada8b
Last active December 3, 2018 13:39 — forked from kgorman/gist:134896c7414fde8e090b
MongoDB Profiler Cheat Sheet
// a list of useful queries for profiler analysis. Starting with the most basic.
// 2.4 compatible
//
// output explained:
//
{
"ts" : ISODate("2012-09-14T16:34:00.010Z"), // date it occurred
"op" : "query", // the operation type
"ns" : "game.players", // the db and collection