Skip to content

wujunze/redis-module-panda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redis-module-panda

A simple redis module , Just for fun

Inspire And Thanks

https://redis.io/topics/modules-intro https://redislabs.com/community/redis-modules-hub/ https://github.com/erans/redissnowflake https://github.com/dayeshisir/redis_module_timestamp

Install

1. clone repo

git clone https://github.com/wujunze/redis-module-panda.git

2. make

make

file

3. load module

Redis version must be larger than 4.0

file

View the installed modules

file

Load module

file

Run

127.0.0.1:6379> panda.hello

file

test command

file

Unload module

file

Full demo

file