You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/ninowalker/py-redis-server.git
cd py-redis-server
python setup.py build
python examples/simple.py 33333 echo
In another console:
redis-cli -p 33333 hello world
The text was updated successfully, but these errors were encountered:
Example from README fails on Ubuntu 16.04 x64 with:
I did everything exactly as README says with one exception: I didn't run server in the background:
sudo apt-get install python-setuptools python-redis redis-tools
The text was updated successfully, but these errors were encountered: