Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #15788 > unrolled thread
| Started by | Rafael Durán Castañeda <rafadurancastaneda@gmail.com> |
|---|---|
| First post | 2011-11-16 21:48 +0100 |
| Last post | 2011-11-16 21:48 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: redis beginner question Rafael Durán Castañeda <rafadurancastaneda@gmail.com> - 2011-11-16 21:48 +0100
| From | Rafael Durán Castañeda <rafadurancastaneda@gmail.com> |
|---|---|
| Date | 2011-11-16 21:48 +0100 |
| Subject | Re: redis beginner question |
| Message-ID | <mailman.2783.1321476522.27778.python-list@python.org> |
El 16/11/11 03:22, Jabba Laci escribió: > Hi, > > I'm reading the redis documentation and there is one thing that > bothers me. For redis, you need to start a server on localhost. Is > there an easy way that my Python script starts this server > automatically? Before using my script, I don't want to start > redis-server each time. When my program terminates, the server could > be shut down automatically. > > Thanks, > > Laszlo I think you are misunderstanding the docs, on ubuntu (or whatever you use) you can do apt-get install redis-server and you'll get what you want. HTH
Back to top | Article view | comp.lang.python
csiph-web