Skip to content

Norbytus/rust-redis-regular-expression-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple redis regular expression module writing in Rust lang

Usage

  1. Build module cargo build --release
  2. Run redis server redis-server --loadmodule ./target/release/librefid_regular_expression.so
  3. Enter in redis cli run command REG pattern_for_search see result

Commands

RGKEYS

Find all keys by given pattern

RGVALUE

Find all values by given pattern

RGDELETE

Find all values by given pattern and delete them