发布商品,商品图片使用oss服务器地址
This commit is contained in:
@@ -26,4 +26,8 @@ export class RedisService {
|
||||
async del(key: string) {
|
||||
await this.redis.del(key);
|
||||
}
|
||||
|
||||
async ttl(key: string): Promise<number> {
|
||||
return this.redis.ttl(key);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user