SYMBOL INDEX (11 symbols across 2 files) FILE: docs/use-cases/nodejs-redis-mysql-usecase/helloworld/services/RedisService.js class RedisService (line 5) | class RedisService { method constructor (line 6) | constructor() { method init (line 13) | init() { method get (line 32) | get(key, type) { method set (line 54) | set(key, value, type) { FILE: docs/use-cases/nodejs-redis-mysql-usecase/helloworld/services/SqlService.js class SqlService (line 6) | class SqlService { method constructor (line 7) | constructor() { method init (line 13) | async init() { method init_database (line 43) | async init_database() { method init_tables (line 48) | async init_tables(data) { method query (line 67) | query(sql, params) {