зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 13:16:07 +02:00
12 строки
382 B
Plaintext
12 строки
382 B
Plaintext
2023
|
|
I've been using Redis wrong this whole time of 20:52
|
|
https://www.youtube.com/watch?v=WQ61RL1GpEE
|
|
redis-dli -a $REDIS_PWD
|
|
> KEYS *
|
|
> SET powerlevel 9001
|
|
! 1-st - RDB, snapshotting
|
|
! 2-nd - AOF - append only file (similar to WAL)
|
|
2021
|
|
DailyCodeBuffer - Redis CLI Tutorial | Complete Course 0:00 of 1:27:11
|
|
https://www.youtube.com/watch?v=0wqZd3zwh7Y
|