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


Groups > comp.lang.python > #15754

redis beginner question

Path csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!border1.nntp.ams2.giganews.com!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <jabba.laci@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.009
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'script,': 0.07; 'python': 0.08; 'subject:beginner': 0.09; 'to:name:python mailing list': 0.09; 'received:209.85.210.42': 0.16; 'received:mail- pz0-f42.google.com': 0.16; 'subject:question': 0.17; 'thanks,': 0.18; 'starts': 0.23; "i'm": 0.26; 'script': 0.28; 'message- id:@mail.gmail.com': 0.29; 'server': 0.30; 'shut': 0.30; 'hi,': 0.31; 'to:addr:python-list': 0.32; 'there': 0.33; 'using': 0.37; 'could': 0.38; 'received:google.com': 0.38; 'received:209.85': 0.38; 'to:addr:python.org': 0.39; 'received:209': 0.40
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=KSyhRSWr3k62IxYgRtkjvrl9bda5eEduJug5oVvS7sQ=; b=eHempqAhnGFTZsL/kGyDVcH3+cog+n6bm9g57Q8QblIKr8h/UVQU7c4RiB4Acq72ou vgnYov4KR6pia40u6LZXbNSpxeDQx9u1ATzwrqZpTSBxLnMuS4GsTmfXjPM2eIaJKeQs cvfOT06YEbO/xQaoqcoGlkTES3Xg/573Zh6fM=
MIME-Version 1.0
From Jabba Laci <jabba.laci@gmail.com>
Date Wed, 16 Nov 2011 03:22:11 +0100
Subject redis beginner question
To Python mailing list <python-list@python.org>
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2758.1321410156.27778.python-list@python.org> (permalink)
Lines 12
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1321410156 news.xs4all.nl 6893 [2001:888:2000:d::a6]:34697
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:15754

Show key headers only | 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