Skip to content

Instantly share code, notes, and snippets.

View ishank-dev's full-sized avatar
🐒
Gitting it!

Ishank Sharma ishank-dev

🐒
Gitting it!
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 June 26, 2024 15:54
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.