summaryrefslogtreecommitdiff
path: root/databases/redis-devel/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use more canonical names for patches.Sergey A. Osokin2012-11-225-0/+0
| | | | | | | | | | No functionaly changes. Don't bump PORTREVISION. Feature safe: yes Notes: svn path=/head/; revision=307662
* Update from 2.6.0rc7 to 2.6.0rc8.Sergey A. Osokin2012-10-061-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | Add TEST option for running unit tests. Add test and regression-test targets. Remove needless patch. New Makefile header convention. PR: 172396 <ChangeLog> * [BUGFIX] Fixed compilation on FreeBSD. * [IMPROVED] SRANDMEMBER <count> that returns multiple random elements. * [IMPROVED] Sentinel backported to 2.6. It will be taken in sync with 2.8. * [IMPROVED] Helper function for scripting to return errors and status replies. * [IMPROVED] SORT by nosort [ASC|DESC] uses sorted set elements ordering. * [BUGFIX] Better resistence to system clock skew. * [IMPROVED] Warn the user when the configured maxmemory seems odd. * [BUGFIX] Hashing function is now murmurhash2 for security purposes. * [IMPROVED] Install script no longer uses a template but redis.conf itself. </ChangeLog> Notes: svn path=/head/; revision=305364
* Update from 2.6.0rc6 to 2.6.0rc7.Sergey A. Osokin2012-09-191-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> UPGRADE URGENCY: HIGH * [BUGFIX] Theoretical bug in ziplist fixed. * [BUGFIX] Better out of memory handling (Log produced in log file). * [BUGFIX] Incrementally flush RDB file on slave side while performing the first synchronization with the master. This makes Redis less blocking in environments where disk I/O is slow. * [BUGFIX] Don't crash with Lua's redis.call() without arguments. * [BUGFIX] Don't crash after a big number of Lua calls on 32 bit systems because of a failed assertion. * [BUGFIX] Fix SORT behaviour when called from scripting. * [BUGFIX] Adjust slave PING period accordingly to REDIS_HZ define. * [BUGFIX] BITCOUNT: fix crash on overflowing arguments. * [BUGFIX] Return an error when SELECT argument is not an integer. * [BUGFIX] Blocking operations on lists were completely reimplemented for correctness. Now blocking list ops and pushes originated from Lua scripts will play well together and will be replicated and transmitted to the AOF correctly. * [IMPROVED] Send async PING before starting replication to avoid blocking if master allows us to connect but it is actually not able to reply. * [IMPROVED] Support slave-priority for Redis Sentinel. * [IMPROVED] Hiredis library updated. </ChangeLog> Notes: svn path=/head/; revision=304537
* Update from 2.6.0-rc5 to 2.6.0-rc6.Sergey A. Osokin2012-08-021-15/+5
| | | | Notes: svn path=/head/; revision=301868
* Remove needless file.Sergey A. Osokin2012-07-171-85/+0
| | | | Notes: svn path=/head/; revision=301023
* Readding the removed port redis-devel.Sergey A. Osokin2012-07-179-0/+272
| | | | | | | Update to the latest development version 2.6.0-rc5. Notes: svn path=/head/; revision=301021
* Remove databases/redis-devel after merge to databases/redis.Sergey A. Osokin2010-09-204-162/+0
| | | | Notes: svn path=/head/; revision=261504
* Update from 1.2.6 to latest development version 2.0.0rc4 after repocopy.Sergey A. Osokin2010-08-151-11/+11
| | | | | | | | Add CONFLICTS. Add the note in UPDATING about configuration file changes. Notes: svn path=/head/; revision=259281
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Update from 1.02 to 1.2.0.Sergey A. Osokin2010-01-171-12/+12
| | | | | | | | | | | | | | | | Adopt patch for redis.conf. Previously and by default redis was compiled with debugging information, that didn't respect CFLAGS. So, now its possible to compile with debugging information by use WITH_DEBUG knob. Take maintainership. Approved by: maintainer (skv@) Notes: svn path=/head/; revision=248012
* Add redis 0.900, a persistent key-value database with built-in netSergey Skvortsov2009-07-274-0/+162
interface. Notes: svn path=/head/; revision=238445