Skip to content

Commit 86ad3b4

Browse files
author
Matias Melograno
committed
updated documentation to use setup already configured
1 parent 6302817 commit 86ad3b4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Detailed-README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ Split SDK depends on the popular [redis-py](https://github.com/andymccurdy/redis
4747
### Cache Adapter
4848
The redis-py library is supported as the python interface to the Redis key-value store. This library uses a connection pool to manage connections to a Redis server. For further information about how to configure the ```redis-py``` client, please take a look on [redis-py official docs](https://github.com/andymccurdy/redis-py)
4949

50-
For ```redis-py``` installation you can use ```pip``` running the command ```pip install redis```
51-
52-
```jsonpickle``` is also required. You can install it running the command ```pip install jsonpickle```
50+
For ```redis``` and their dependencies such as ```jsonpickle``` you can use ```pip``` running the command ```pip install splitio_client[redis,cpphash]==5.5.0```
5351

5452
#### Provided redis-py connection - sample code
5553
```python

0 commit comments

Comments
 (0)