Skip to content

Commit

Permalink
chore: add modified jedis as dep
Browse files Browse the repository at this point in the history
  • Loading branch information
J0sueTM committed Aug 7, 2024
1 parent 5c21694 commit 1bfd4d8
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "vendor/jedis"]
path = vendor/jedis
url = https://github.com/moclojer/jedis.git
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
jedis:
git submodule update --init --recursive --remote
cd vendor/jedis && make mvn-package-no-tests

all: jedis
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ com.moclojer/rq {:mvn/version "0.x.x"}

> see the versions distributed on clojars
## building from source

We build jedis ourselves, in order to build the queue functions directly from reflection.

Simply run `make jedis`, and the library is be built and ready to be linked.

## example

```clojure
Expand Down
1 change: 1 addition & 0 deletions vendor/jedis
Submodule jedis added at 288617

0 comments on commit 1bfd4d8

Please sign in to comment.