Skip to content

A redis study repo that implements a simplified version of it

Notifications You must be signed in to change notification settings

willeslau/mini-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assembly and C study guide

Assembly basics

GDB

gdb hello
list
run
set disassembly-flavor intel
disassemble main
break main
info registers

/usr/bin/valgrind --tool=callgrind --dump-instr=yes /home/lxm/Documents/Code/redis-study/cmake-build-debug/redis_study kcachegrind callgrind.out.286469

Detect memory leak: https://stackoverflow.com/questions/5134891/how-do-i-use-valgrind-to-find-memory-leaks

Reading materials

http://highscalability.com/blog/2014/9/8/how-twitter-uses-redis-to-scale-105tb-ram-39mm-qps-10000-ins.html

About

A redis study repo that implements a simplified version of it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published