Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #15754

redis beginner question

From Jabba Laci <jabba.laci@gmail.com>
Date 2011-11-16 03:22 +0100
Subject redis beginner question
Newsgroups comp.lang.python
Message-ID <mailman.2758.1321410156.27778.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

redis beginner question Jabba Laci <jabba.laci@gmail.com> - 2011-11-16 03:22 +0100
  Re: redis beginner question Roy Smith <roy@panix.com> - 2011-11-15 22:11 -0500
    Re: redis beginner question Jabba Laci <jabba.laci@gmail.com> - 2011-11-16 14:09 +0100
      Re: redis beginner question Roy Smith <roy@panix.com> - 2011-11-16 09:37 -0500

csiph-web