Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 317 Bytes

File metadata and controls

23 lines (17 loc) · 317 Bytes

Intro

This is a compiled shared object file of redis module.

Load redis extension

MODULE load ./exp.so

Run command

redis-cli
127.0.0.1:6379> shell.exec "whoami"

Compile

You can modify the exp.c source code if you want. And the compile it to exp.so in current directory.

make