redis-module-panda

A simple redis module, Just for fun

MIT License

Stars
18

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

3. load module

Redis version must be larger than 4.0

View the installed modules

Load module

Run

127.0.0.1:6379> panda.hello

test command

Unload module

Full demo