Releases: adonisjs/redis
Releases · adonisjs/redis
Pre-release for v6
Changes
- Package is now ESM only
- Some exported types/values has been moved and now use Node subpath exports
- Removal of Listeners classes via strings, but since it was an undocumented feature, it shouldn't have a big impact
redisConfig
is nos calleddefineConfig
Commits
- chore: add engines.node 2573f64
- chore: remove old templates 4e636c8
- chore: remove pr template dd41d54
- feat: add configure hook c8dce18
- feat: add main service 48cb1c2
- fix: RedisService typing 2b9143f
- refactor: some cleanup 47c33cf
- chore: remove unused script 5046274
- chore: add typecheck script 32ae9e6
- chore: add headers 9280aa6
- chore: cleanup pkg json 5f85d09
- style: lint files 9276f82
- chore: update dependencies 0dc04d2
- chore: remove unused dependency 20b3064
- refactor: migrate to ESM + V6 3f835b4
- chore: update link to main branch f40e350
Add call method
- feat: add pass-throughs for ioredis#call method (#53) dbd27c5
- chore: update dependencies (#50) 64a988f
Full Changelog: v7.3.1...v7.3.2
Add getdel method and fix config file
- test: fix breaking test 21196e9
- fix: add "getdel" method b477850
- fix: typo publish config.d.ts 1028aaf
PR's
- fix: typo publish config.d.ts by @Julien-R44 in #49
Full Changelog: v7.3.0...v7.3.1
add redisConfig method to infer types from config
Full Changelog: v7.2.0...v7.3.0
Upgrade to IoRedis 5.x
Add "bitfield" redis method
- chore: do not run tests when publishing to npm 37079ae
- chore: fix path to test file 14e9776
- refactor: reorganize meta config f830eda
- chore: update dependencies 86456d0
- feat: add bitfield to redis command list (#42) cdb2874
New Contributors
- @kfalzon-ngp made their first contribution in #42
Full Changelog: v7.1.0...v7.1.1
Add support for defining and running lua scripts as command
Define command
import Redis from '@ioc:Adonis/Addons/Redis'
Redis.defineCommand('defineValue', {
numberOfKeys: 1,
lua: `redis.call('set', KEYS[1], ARGV[1])`,
})
await Redis.runCommand('defineValue', 'greeting', 'hello world')
Full Changelog: v7.0.10...v7.1.0
Update dependencies
- chore: update dependencies 585260d
Full Changelog: v7.0.9...v7.0.10
Update dependencies
- chore: update dependencies c3d9b9b
Update dependencies
- chore: update dependencies 2578beb