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: tj/connect-redis
base: 5469fcb6fccff6275ec3f1c777ebd5f7be8cb32f
Choose a base ref
...
head repository: tj/connect-redis
compare: c951850eb72759f387d4ae0c249aca8e1e9fc244
Choose a head ref
  • 4 commits
  • 14 files changed
  • 2 contributors

Commits on Aug 16, 2019

  1. Enabling Redis client error logging by default

    PR: #269
    iliyanyotov authored and wavded committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    a50fbcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d36eec View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Version 4

    Includes:
    
      - Use slightly more modern JavaScript, targeting Node 8 and above.
      - Switch to using `cookie.expires` for TTL like `connect-mongo` does.
      - Remove the embedded node_redis client, a client must be provided.
      - Remove all embedded client options that are no longer needed.
      - Clearer documentation around TTLs.
      - Add `clear` method to support the full `express-session` API.
      - Remove multi-session `destroy` usage to conform with the API.
      - Build with Travis.
    wavded committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    2df1368 View commit details
    Browse the repository at this point in the history
  2. v4.0.0

    wavded committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    c951850 View commit details
    Browse the repository at this point in the history