- addes @adonisjs/redis fo saving session into redis with redis.ts contract and config
Some checks failed
CI Pipeline / japa-tests (push) Failing after 52s
Some checks failed
CI Pipeline / japa-tests (push) Failing after 52s
- npm updated - added createHashValues and dlete inside File.ts - added dataset_count property inside Subject.ts - corrected rotes.ts with correct permissions
This commit is contained in:
parent
d8bdce1369
commit
b6fdfbff41
29 changed files with 496 additions and 201 deletions
13
contracts/redis.ts
Normal file
13
contracts/redis.ts
Normal file
|
@ -0,0 +1,13 @@
|
|||
/**
|
||||
* Contract source: https://git.io/JemcN
|
||||
*
|
||||
* Feel free to let us know via PR, if you find something broken in this config
|
||||
* file.
|
||||
*/
|
||||
|
||||
import { InferConnectionsFromConfig } from '@adonisjs/redis/build/config'
|
||||
import redisConfig from '../config/redis'
|
||||
|
||||
declare module '@ioc:Adonis/Addons/Redis' {
|
||||
interface RedisConnectionsList extends InferConnectionsFromConfig<typeof redisConfig> {}
|
||||
}
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue