← Back to team overview

ius-coredev team mailing list archive

[Bug 1052461] Re: WL: python3x-redis

 

Upon cursory look at the redis-py package, it would make a lot of sense
to include the hiredis package, as it will provide a 10x speed increase
for parsing redis responses, most noticeable when dealing with a lot of
members.

https://github.com/andymccurdy/redis-py#parsers

** Changed in: ius
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of IUS Core
Development, which is subscribed to IUS Community Project.
https://bugs.launchpad.net/bugs/1052461

Title:
  WL: python3x-redis

Status in IUS Community Project:
  New

Bug description:
  Are you familiar with http://redis.io? 
  Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can containstrings, hashes, lists, sets and sorted sets.

  From my point of view, tools like redis are powering the next
  generation of web startups / applications -- people that would make
  ideal Rackspace clients.

  1. Very easy to build, very easy to maintain.
  2. Promotes the use of redis
  3. Really expands our Python32 offering (IUS is still the only place I know of to get Python 32 for Enterprise linux)

  -----

To manage notifications about this bug go to:
https://bugs.launchpad.net/ius/+bug/1052461/+subscriptions


References