Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Redis overview
Search
Ganesh Gunasegaran
September 28, 2013
Programming
0
280
Redis overview
Ganesh Gunasegaran
September 28, 2013
Tweet
Share
More Decks by Ganesh Gunasegaran
See All by Ganesh Gunasegaran
Kubernetes 101
itsgg
0
120
Rete_Rule_Engine.pdf
itsgg
0
51
Other Decks in Programming
See All in Programming
Blazing Fast UI Development with Compose Hot Reload (Bangladesh KUG, October 2025)
zsmb
2
440
他言語経験者が Golangci-lint を最初のコーディングメンターにした話 / How Golangci-lint Became My First Coding Mentor: A Story from a Polyglot Programmer
uma31
0
480
KoogではじめるAIエージェント開発
hiroaki404
1
220
contribution to astral-sh/uv
shunsock
0
570
Amazon ECS Managed Instances が リリースされた!キャッチアップしよう!! / Let's catch up Amazon ECS Managed Instances
cocoeyes02
0
120
CSC509 Lecture 07
javiergs
PRO
0
250
Introduce Hono CLI
yusukebe
6
3.3k
TFLintカスタムプラグインで始める Terraformコード品質管理
bells17
2
500
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
640
AI Agent 時代的開發者生存指南
eddie
4
2.2k
3年ぶりにコードを書いた元CTOが Claude Codeと30分でMVPを作った話
maikokojima
0
710
業務でAIを使いたい話
hnw
0
220
Featured
See All Featured
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.5k
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
Automating Front-end Workflow
addyosmani
1371
200k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Building a Scalable Design System with Sketch
lauravandoore
463
33k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.7k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.7k
The Illustrated Children's Guide to Kubernetes
chrisshort
51
51k
It's Worth the Effort
3n
187
28k
Context Engineering - Making Every Token Count
addyosmani
8
330
Transcript
Redis Overview Ganesh Gunasegaran h1p://itsgg.com
[email protected]
What is Redis? • An in-‐memory data structure storage
engine for byte array values – Strings – Hashes – Lists – Sets – Sorted Sets • Periodically syncs to disk for persistence
Strings
Hashes
Hashes – ConJnued
Lists
Lists -‐ ConJnuaJon
Sets
Sorted Sets
VolaJle keys
Pub/Sub
THAT’S ALL FOLKS