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: adonisjs/redis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.3.2
Choose a base ref
...
head repository: adonisjs/redis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.3.3
Choose a head ref
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Jun 30, 2023

  1. feat: add passthroughs for ioredis#unlink method

    paulosouza committed Jun 30, 2023
    Copy the full SHA
    4da65b7 View commit details
  2. Merge pull request #57 from PaulosSouza/feat/unlink-method

    feat: add passthroughs for ioredis#unlink method
    RomainLanz authored Jun 30, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f9755a8 View commit details

Commits on Jul 27, 2023

  1. chore(release): 7.3.3

    thetutlage committed Jul 27, 2023
    Copy the full SHA
    c6a30f6 View commit details
Showing with 2 additions and 1 deletion.
  1. +1 −1 package.json
  2. +1 −0 src/ioMethods.ts
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adonisjs/redis",
"version": "7.3.2",
"version": "7.3.3",
"description": "AdonisJS addon for Redis",
"main": "build/providers/RedisProvider.js",
"exports": {
1 change: 1 addition & 0 deletions src/ioMethods.ts
Original file line number Diff line number Diff line change
@@ -8,6 +8,7 @@
*/

export const ioMethods = [
'unlink',
'call',
'connect',
'send_command',