[DRE-commits] [ruby-redis] 01/03: Merge tag 'upstream/3.2.1'

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Jul 31 06:20:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-redis.

commit 1d3a205b7a8b971b46e6b1cb2973c008c2daed58
Merge: b8d8362 c293cd1
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri Jul 31 11:24:41 2015 +0530

    Merge tag 'upstream/3.2.1'
    
    Upstream version 3.2.1
    
    # gpg: Signature made Friday 31 July 2015 11:24:35 AM IST using RSA key ID 4512C22A
    # gpg: Good signature from "Praveen Arimbrathodiyil (piratepin) <praveen at debian.org>"
    # gpg:                 aka "Pirate Praveen (pirates.org.in) <praveen at onenetbeyond.org>"
    # gpg:                 aka "Pirate Praveen (piratesin) <me at j4v4m4n.in>"
    # gpg:                 aka "Pirate Praveen (PP) <praveen at privacyrequired.com>"
    # gpg:                 aka "Praveen Arimbrathodiyil (j4v4m4n) <pravi.a at gmail.com>"

 .gitignore                                         |   3 +
 .order                                             | 170 ---------------
 .travis.yml                                        |  32 ++-
 CHANGELOG.md                                       |  28 ++-
 README.md                                          |  57 ++++-
 Rakefile                                           |  21 +-
 checksums.yaml.gz                                  | Bin 423 -> 0 bytes
 examples/consistency.rb                            | 114 ++++++++++
 examples/sentinel.rb                               |  41 ++++
 examples/sentinel/sentinel.conf                    |   9 +
 examples/sentinel/start                            |  49 +++++
 lib/redis.rb                                       |  84 ++++++-
 lib/redis/client.rb                                | 156 ++++++++++++-
 lib/redis/connection/hiredis.rb                    |   5 +-
 lib/redis/connection/ruby.rb                       |   4 +-
 lib/redis/connection/synchrony.rb                  |   2 +-
 lib/redis/distributed.rb                           |   6 +-
 lib/redis/version.rb                               |   2 +-
 metadata.yml                                       |  39 ++--
 test/commands_on_sorted_sets_test.rb               |  28 +++
 test/commands_on_value_types_test.rb               |   6 +-
 test/connection_handling_test.rb                   |  48 ++++
 test/distributed_commands_on_hyper_log_log_test.rb |  13 +-
 test/helper.rb                                     |   2 +
 test/internals_test.rb                             |  17 +-
 test/lint/hyper_log_log.rb                         |  24 +-
 test/publish_subscribe_test.rb                     |  46 +++-
 test/remote_server_control_commands_test.rb        |   9 +-
 test/sentinel_test.rb                              | 241 +++++++++++++++++++++
 test/support/redis_mock.rb                         |  38 ++--
 test/test.conf                                     |   9 -
 test/test.conf.erb                                 |   9 +
 32 files changed, 1036 insertions(+), 276 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-redis.git



More information about the Pkg-ruby-extras-commits mailing list