Loading README.md +2 −1 Original line number Diff line number Diff line Loading @@ -49,10 +49,11 @@ Getting Started with the basic client ```python from kinetic import Client c = Client('localhost', 8123) c.connect() c.put('message','hello world') print c.get('message').value ``` Should print out _hello_ _world_ Should print out _hello world_ Troubleshooting during the installation ======================================= Loading examples/helloworld.py 0 → 100644 +5 −0 Original line number Diff line number Diff line from kinetic import Client c = Client('localhost', 8123) c.connect() c.put('message','hello world') print c.get('message').value Loading
README.md +2 −1 Original line number Diff line number Diff line Loading @@ -49,10 +49,11 @@ Getting Started with the basic client ```python from kinetic import Client c = Client('localhost', 8123) c.connect() c.put('message','hello world') print c.get('message').value ``` Should print out _hello_ _world_ Should print out _hello world_ Troubleshooting during the installation ======================================= Loading
examples/helloworld.py 0 → 100644 +5 −0 Original line number Diff line number Diff line from kinetic import Client c = Client('localhost', 8123) c.connect() c.put('message','hello world') print c.get('message').value