From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver <mhw@netris.org> Subject: Re: [PATCH] gnu: Add redis. Date: Sat, 08 Aug 2015 14:51:37 -0400 Message-ID: <87wpx5r4ue.fsf@netris.org> References: <87a8u5im0l.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: <guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org> Received: from eggs.gnu.org ([2001:4830:134:3::10]:41401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <mhw@netris.org>) id 1ZO9Ds-0004Q5-C7 for guix-devel@gnu.org; Sat, 08 Aug 2015 14:52:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <mhw@netris.org>) id 1ZO9Dn-0007fz-8A for guix-devel@gnu.org; Sat, 08 Aug 2015 14:52:00 -0400 Received: from world.peace.net ([50.252.239.5]:36954) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <mhw@netris.org>) id 1ZO9Dn-0007fu-4Q for guix-devel@gnu.org; Sat, 08 Aug 2015 14:51:55 -0400 In-Reply-To: <87a8u5im0l.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> (David Thompson's message of "Wed, 05 Aug 2015 15:16:26 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." <guix-devel.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/guix-devel>, <mailto:guix-devel-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/guix-devel> List-Post: <mailto:guix-devel@gnu.org> List-Help: <mailto:guix-devel-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/guix-devel>, <mailto:guix-devel-request@gnu.org?subject=subscribe> Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: David Thompson <dthompson2@worcester.edu> Cc: guix-devel@gnu.org David Thompson <dthompson2@worcester.edu> writes: > I've been sitting on this patch for awhile because I cannot get the test > suite to fully pass. Almost all of the tests pass, sans a few related > to master/slave and other replication setups. Redis is an important > tool for me so I figured that it was best to just disable the tests for > now and get it into the distro. > > From 486bd9d63670ba48d4c676a29b6aa142f79f7c2f Mon Sep 17 00:00:00 2001 > From: David Thompson <davet@gnu.org> > Date: Fri, 5 Jun 2015 20:09:10 -0400 > Subject: [PATCH] gnu: Add redis. Okay, please push! Thanks, Mark