有没有办法从 nestjs-redis 客户端获取 ioredis 实例?
Is there a way to get ioredis instance from nestjs-redis client?
我使用的 Nestjs Redis component and that component use ioredis Node Redis client library. What happens is that I want to save geoinformation through GEOADD 命令在 Redis 上可用,在 ioredis 中也可用。
那么,如何从 Nestjs-Redis 组件获取 ioredis 实例呢?可能吗?
提前致谢!
我使用的 Nestjs Redis component and that component use ioredis Node Redis client library. What happens is that I want to save geoinformation through GEOADD 命令在 Redis 上可用,在 ioredis 中也可用。
那么,如何从 Nestjs-Redis 组件获取 ioredis 实例呢?可能吗?
提前致谢!