Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: redis/ioredis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.1.0
Choose a base ref
...
head repository: redis/ioredis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.2.0
Choose a head ref
  • 2 commits
  • 15 files changed
  • 2 contributors

Commits on Jul 11, 2022

  1. feat: add mode property to client (#1618)

    Adds a .mode getter to the client that reports whether the client is
    in 'normal', 'subscriber', or 'monitor' mode.
    joelrbrandt authored Jul 11, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9e6db7d View commit details
  2. chore(release): 5.2.0 [skip ci]

    # [5.2.0](v5.1.0...v5.2.0) (2022-07-11)
    
    ### Features
    
    * add mode property to client ([#1618](#1618)) ([9e6db7d](9e6db7d))
    ioredis-robot authored and semantic-release-bot committed Jul 11, 2022
    Copy the full SHA
    07ee6ea View commit details
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [5.2.0](https://github.com/luin/ioredis/compare/v5.1.0...v5.2.0) (2022-07-11)


### Features

* add mode property to client ([#1618](https://github.com/luin/ioredis/issues/1618)) ([9e6db7d](https://github.com/luin/ioredis/commit/9e6db7d7fc769ddc99d9dee4a943f141d71c0756))

# [5.1.0](https://github.com/luin/ioredis/compare/v5.0.6...v5.1.0) (2022-06-25)


2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

Loading