Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Install rustup and cargo
curl https://sh.rustup.rs -sSf | sh
  1. To build
cargo build --release
  1. To run
./target/release/wsredis

fill proper environment variables to build

REDIS_ADDR (default 127.0.0.1) REDIS_PORT (default 6379) WS_ADDR (default 127.0.0.1) WS_PORT (default 3030)

export VAR_NAME=VAR_VALUE

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages