Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.073 X-Spam-Evidence: '*H*': 0.86; '*S*': 0.00; 'background.': 0.03; 'subject:beginner': 0.09; 'to:name:python mailing list': 0.09; 'sqlite,': 0.16; 'subject:question': 0.17; 'header:In-Reply-To:1': 0.23; 'message-id:@mail.gmail.com': 0.29; 'server': 0.30; 'hi,': 0.31; 'to:addr:python-list': 0.32; 'it.': 0.33; 'running': 0.35; 'received:209.85.161': 0.35; 'run': 0.38; 'received:google.com': 0.38; 'received:209.85': 0.38; 'i.e.': 0.38; 'ok,': 0.38; "it's": 0.39; 'why': 0.39; 'subject:: ': 0.39; 'to:addr:python.org': 0.39; 'received:209': 0.40; 'more': 0.60; 'your': 0.61; 'stop': 0.62; 'boots': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=HbuwkSU0qDp+dkKF1G3SaxMNvPtjJqgtDNusZkcg4m4=; b=gsjAJriAbB7KbJucNBt4KQUoUIjuye5/GV9O6N26wLQ5snFXn8/tfRgr1PGK9N2+Q9 ijZbNa41ealHUwmgEfApwEcpK0KpxViJ1K/BVW5pDRdmcmRdPP1iFXGcxuaEGE5qaaQr JI27/+Vt1OnLPDnc9on/8HJ1Vwqgb73884JFw= MIME-Version: 1.0 In-Reply-To: References: From: Jabba Laci Date: Wed, 16 Nov 2011 14:09:43 +0100 Subject: Re: redis beginner question To: Python mailing list Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1321449007 news.xs4all.nl 6982 [2001:888:2000:d::a6]:56714 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:15769 > Why do you want to stop redis after your program terminates? =A0Generally= , > you just start redis up when the system boots and leave it running. Hi, OK, so it's more like MySQL or PostgeSQL, i.e. leave the server running in the background. I wanted to use it like SQLite, i.e. let it run only when I need it. Laszlo