Skip to content

Latest commit

History

History
24 lines (17 loc) 路 455 Bytes

File metadata and controls

24 lines (17 loc) 路 455 Bytes

redis-key

Extracts value for given key from redis, written in Rust 馃

This tool helps us to extract value for given key

Commands to run

key=redis_key ./redis-key.exe

by default it uses redis url as following

redis://localhost:6379

using custom url

key=redis_key URL=redis://localhost:6379 ./redis-key.exe

Download executables from below

download