Skip to content

Commit 141ed7b

Browse files
committed
Deletes embedded redis-py
1 parent 8db7653 commit 141ed7b

File tree

10 files changed

+6
-4993
lines changed

10 files changed

+6
-4993
lines changed

docs/design.md

Lines changed: 0 additions & 65 deletions
This file was deleted.

docs/developer.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
# Developer notes
22

3-
## Design
4-
5-
You can find some information about ReJSON's design in [design.md](design.md).
6-
73
## Testing
84

9-
Python is required for ReJSON's module test. Install it with `apt-get install python`.
5+
Python is required for ReJSON's module test. Install it with `apt-get install python`. You'll also
6+
need to have [redis-py](https://github.com/andymccurdy/redis-py) installed. The easiest way to get
7+
it is using pip and running `pip install redis`.
108

11-
Also, the module's test requires a path to the `redis-server` executable. The path is stored in the
12-
`REDIS_SERVER_PATH` variable and can be set using CMake's `-D` switch as follows:
9+
Lastly, the module's test requires a path to the `redis-server` executable. The path is stored
10+
in the `REDIS_SERVER_PATH` variable and can be set using CMake's `-D` switch as follows:
1311

1412
```bash
1513
~/rejson$ cmake -D REDIS_SERVER_PATH=/path/to/redis-server --build build
1614
```
1715

18-
And then run the tests:
16+
Now, you can run the tests:
1917

2018
```bash
2119
~/rejson$ cmake --build build --target test

test/pytest/redis/__init__.py

Lines changed: 0 additions & 34 deletions
This file was deleted.

test/pytest/redis/_compat.py

Lines changed: 0 additions & 188 deletions
This file was deleted.

0 commit comments

Comments
 (0)