Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 508456

Summary: dev-db/redis-2.8.9 version bump
Product: Gentoo Linux Reporter: Johan Bergström <bugs>
Component: Current packagesAssignee: Robin Johnson <robbat2>
Status: RESOLVED FIXED    
Severity: enhancement CC: lu_zero, ultrabug
Priority: Low    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Johan Bergström 2014-04-22 23:31:33 UTC
This is an interesting one for us users. Read more on the hyperloglog data structure here: http://antirez.com/news/75

Renaming 2.8.8 works for me. Some of you might remember me wanting to split out lua. I've been slightly involved in the upcoming upstream lua bump and can unfortunately say that nothing will be done to make this easier. I'll put this on the shelf for now.

As for hiredis; I will do this once hiredis is bumped upstream (issue here: https://github.com/redis/hiredis/issues/222) and considered for inclusion in redis. I'll probably create that patch and see how it goes.

Btw, has any of you had issues with the test suite? Every now and then I get a stalled test.

Changes below:

--[ Redis 2.8.9 ] Release date: 22 Apr 2014

# UPGRADE URGENCY: LOW, only new features introduced, no bugs fixed.

* [NEW] The HyperLogLog data structure. You can read more about it
        in this blog post. http://antirez.com/news/75
* [NEW] The Sorted Set data type has now support for lexicographic range
        queries, check the new commands ZRANGEBYLEX, ZLEXCOUNT and
        ZREMRANGEBYLEX, which are documented at http://redis.io.
Comment 1 Ultrabug gentoo-dev 2014-05-04 13:45:27 UTC
It's in tree thx Johan

+*redis-2.8.9 (04 May 2014)
+
+  04 May 2014; Ultrabug <ultrabug@gentoo.org> +redis-2.8.9.ebuild:
+  version bump, fix #508456
+

As for your question, test suite timing is variable, but never encountered a stall no

Thanks again for your work on the other matters mate