Skip to content

🖖 Learn how to use Redis, from beginner basics to advanced techniques | 最新 Redis 底层原理分析与多语言应用实践

License

Notifications You must be signed in to change notification settings

yanglbme/redis-multi-programming-language-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis 底层原理分析与多语言应用实践

license PRs Welcome stars contributors help-wanted issues PRs Welcome doocs-open-source-organization gitter

前言

本项目使用 Redis 最新稳定版本 v5.0,不同操作系统的安装方式如下:

安装后,执行 redis-cli 命令即可启动 Redis 客户端。

C:\Users\user>redis-cli
127.0.0.1:6379> keys *
 1) "fruits"
 2) "story"
 3) "or-result"

About

🖖 Learn how to use Redis, from beginner basics to advanced techniques | 最新 Redis 底层原理分析与多语言应用实践

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages