LeagueStats/server-v2/contracts/redis.ts

13 lines
260 B
TypeScript
Raw Normal View History

/**
* Contract source: https://git.io/JemcN
*
* Feel free to let us know via PR, if you find something broken in this config
* file.
*/
declare module '@ioc:Adonis/Addons/Redis' {
interface RedisConnectionsList {
2021-09-11 20:30:37 +00:00
local: RedisConnectionConfig
}
}