UNPKG

dobo-redis

Version:
8 lines (6 loc) 175 B
export function getIndexName (schema) { return `${this.name}:idx:${schema.name}` } export function getPrefixName (schema) { return `${this.name}:${schema.name}` }