Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
danitseitlin committed Feb 26, 2021
1 parent f9317e2 commit 05dd9fc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,19 @@ redis> is.del ages highschool
OK
redis> is.del ages
OK
```

## Build
```
cargo build --release
```

## Run
### Linux
```
redis-server --loadmodule ./target/release/libintervalsets.so
```
### Mac OS
```
redis-server --loadmodule ./target/release/libintervalsets.dylib
```

0 comments on commit 05dd9fc

Please sign in to comment.