pkgsrc/databases/redis/PLIST
fhajny 99647713a6 Update databases/redis to 3.2.3.
Redis 3.2.3

Bugfixes:

- There was an inverted if statement logic problem in
  replication.c causing
  a replication delay.
- Redis-cli created the history file with insecure permissions,
  allowing reding from the file.

Redis 3.2.2

- There was a bug in the List type implementation, able to cause
  the crash of the server under certain (non trivial to replicate)
  circumstances when the LSET command was used.
- Redis Sentinel, when monitoring multiple masters, could crash
  after a Sentinel address update event.
- Redis Sentinel now checks slaves INFO state more often when
  disconnected.
- It was possible, under a variety of conditions, that the AOF and
  RDB children process could spawn at the same time. This is known
  to trash disk I/O, AOF performances, and to ultimately create
  latency in the Redis server.
- Many GEORADIUS bugs are now fixed \o/.

New features:

- Now slaves support the slave-announce-ip and slave-announce-port
  options.
- The RDB check utlity is now part of Redis and uses the same RDB
  code that Redis uses in order to load the dataset in memory.
2016-08-09 09:11:53 +00:00

126 lines
6 KiB
Text

@comment $NetBSD: PLIST,v 1.11 2016/08/09 09:11:53 fhajny Exp $
bin/redis-benchmark
bin/redis-check-aof
bin/redis-check-rdb
bin/redis-cli
bin/redis-sentinel
bin/redis-server
share/doc/redis/00-RELEASENOTES
share/doc/redis/BUGS
share/doc/redis/COPYING
share/doc/redis/README.md
share/examples/redis/redis.conf.example
share/examples/redis/tests/assets/default.conf
share/examples/redis/tests/assets/encodings.rdb
share/examples/redis/tests/assets/hash-zipmap.rdb
share/examples/redis/tests/cluster/cluster.tcl
share/examples/redis/tests/cluster/run.tcl
share/examples/redis/tests/cluster/tests/00-base.tcl
share/examples/redis/tests/cluster/tests/01-faildet.tcl
share/examples/redis/tests/cluster/tests/02-failover.tcl
share/examples/redis/tests/cluster/tests/03-failover-loop.tcl
share/examples/redis/tests/cluster/tests/04-resharding.tcl
share/examples/redis/tests/cluster/tests/05-slave-selection.tcl
share/examples/redis/tests/cluster/tests/06-slave-stop-cond.tcl
share/examples/redis/tests/cluster/tests/07-replica-migration.tcl
share/examples/redis/tests/cluster/tests/08-update-msg.tcl
share/examples/redis/tests/cluster/tests/09-pubsub.tcl
share/examples/redis/tests/cluster/tests/10-manual-failover.tcl
share/examples/redis/tests/cluster/tests/11-manual-takeover.tcl
share/examples/redis/tests/cluster/tests/12-replica-migration-2.tcl
share/examples/redis/tests/cluster/tests/helpers/onlydots.tcl
share/examples/redis/tests/cluster/tests/includes/init-tests.tcl
share/examples/redis/tests/cluster/tmp/.gitignore
share/examples/redis/tests/helpers/bg_complex_data.tcl
share/examples/redis/tests/helpers/gen_write_load.tcl
share/examples/redis/tests/instances.tcl
share/examples/redis/tests/integration/aof-race.tcl
share/examples/redis/tests/integration/aof.tcl
share/examples/redis/tests/integration/convert-zipmap-hash-on-load.tcl
share/examples/redis/tests/integration/logging.tcl
share/examples/redis/tests/integration/rdb.tcl
share/examples/redis/tests/integration/redis-cli.tcl
share/examples/redis/tests/integration/replication-2.tcl
share/examples/redis/tests/integration/replication-3.tcl
share/examples/redis/tests/integration/replication-4.tcl
share/examples/redis/tests/integration/replication-psync.tcl
share/examples/redis/tests/integration/replication.tcl
share/examples/redis/tests/sentinel/run.tcl
share/examples/redis/tests/sentinel/tests/00-base.tcl
share/examples/redis/tests/sentinel/tests/01-conf-update.tcl
share/examples/redis/tests/sentinel/tests/02-slaves-reconf.tcl
share/examples/redis/tests/sentinel/tests/03-runtime-reconf.tcl
share/examples/redis/tests/sentinel/tests/04-slave-selection.tcl
share/examples/redis/tests/sentinel/tests/05-manual.tcl
share/examples/redis/tests/sentinel/tests/06-ckquorum.tcl
share/examples/redis/tests/sentinel/tests/07-down-conditions.tcl
share/examples/redis/tests/sentinel/tests/includes/init-tests.tcl
share/examples/redis/tests/sentinel/tmp/.gitignore
share/examples/redis/tests/support/cluster.tcl
share/examples/redis/tests/support/redis.tcl
share/examples/redis/tests/support/server.tcl
share/examples/redis/tests/support/test.tcl
share/examples/redis/tests/support/tmpfile.tcl
share/examples/redis/tests/support/util.tcl
share/examples/redis/tests/test_helper.tcl
share/examples/redis/tests/tmp/.gitignore
share/examples/redis/tests/unit/aofrw.tcl
share/examples/redis/tests/unit/auth.tcl
share/examples/redis/tests/unit/bitfield.tcl
share/examples/redis/tests/unit/bitops.tcl
share/examples/redis/tests/unit/dump.tcl
share/examples/redis/tests/unit/expire.tcl
share/examples/redis/tests/unit/geo.tcl
share/examples/redis/tests/unit/hyperloglog.tcl
share/examples/redis/tests/unit/introspection-2.tcl
share/examples/redis/tests/unit/introspection.tcl
share/examples/redis/tests/unit/keyspace.tcl
share/examples/redis/tests/unit/latency-monitor.tcl
share/examples/redis/tests/unit/limits.tcl
share/examples/redis/tests/unit/maxmemory.tcl
share/examples/redis/tests/unit/memefficiency.tcl
share/examples/redis/tests/unit/multi.tcl
share/examples/redis/tests/unit/obuf-limits.tcl
share/examples/redis/tests/unit/other.tcl
share/examples/redis/tests/unit/printver.tcl
share/examples/redis/tests/unit/protocol.tcl
share/examples/redis/tests/unit/pubsub.tcl
share/examples/redis/tests/unit/quit.tcl
share/examples/redis/tests/unit/scan.tcl
share/examples/redis/tests/unit/scripting.tcl
share/examples/redis/tests/unit/slowlog.tcl
share/examples/redis/tests/unit/sort.tcl
share/examples/redis/tests/unit/type/hash.tcl
share/examples/redis/tests/unit/type/incr.tcl
share/examples/redis/tests/unit/type/list-2.tcl
share/examples/redis/tests/unit/type/list-3.tcl
share/examples/redis/tests/unit/type/list-common.tcl
share/examples/redis/tests/unit/type/list.tcl
share/examples/redis/tests/unit/type/set.tcl
share/examples/redis/tests/unit/type/string.tcl
share/examples/redis/tests/unit/type/zset.tcl
share/examples/redis/utils/build-static-symbols.tcl
share/examples/redis/utils/cluster_fail_time.tcl
share/examples/redis/utils/corrupt_rdb.c
share/examples/redis/utils/create-cluster/.gitignore
share/examples/redis/utils/create-cluster/README
share/examples/redis/utils/create-cluster/create-cluster
share/examples/redis/utils/generate-command-help.rb
share/examples/redis/utils/hashtable/README
share/examples/redis/utils/hashtable/rehashing.c
share/examples/redis/utils/hyperloglog/.gitignore
share/examples/redis/utils/hyperloglog/hll-err.rb
share/examples/redis/utils/hyperloglog/hll-gnuplot-graph.rb
share/examples/redis/utils/install_server.sh
share/examples/redis/utils/lru/README
share/examples/redis/utils/lru/test-lru.rb
share/examples/redis/utils/redis-copy.rb
share/examples/redis/utils/redis-sha1.rb
share/examples/redis/utils/redis_init_script
share/examples/redis/utils/redis_init_script.tpl
share/examples/redis/utils/releasetools/01_create_tarball.sh
share/examples/redis/utils/releasetools/02_upload_tarball.sh
share/examples/redis/utils/releasetools/03_test_release.sh
share/examples/redis/utils/releasetools/04_release_hash.sh
share/examples/redis/utils/speed-regression.tcl
share/examples/redis/utils/whatisdoing.sh