Skip to content

Instantly share code, notes, and snippets.

View ishank-dev's full-sized avatar

Ishank Sharma ishank-dev

  • CS Grad Student @CSULB
  • Long Beach, California
  • 05:41 (UTC -07:00)
View GitHub Profile
@C0D4-101
C0D4-101 / dark.css
Created June 4, 2020 11:18
theme changer
.content {
background-color: darkblue;
color: white;
}
@LeCoupa
LeCoupa / redis_cheatsheet.bash
Last active April 17, 2025 11:09
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.