We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc1759 commit 633b8bbCopy full SHA for 633b8bb
shared-code/src/data-access-layer/data-access-objects/data-access-object-redis.ts
@@ -826,9 +826,9 @@ export class DataAccessObjectRedis extends BasicDataAccessObject implements IDat
826
} else {
827
try {
828
const keyType = await redisClient.type(key);
829
- if (keyType !== 'none') {
830
- standaloneKeys.push({ key, type: keyType });
831
- }
+ // if (keyType !== 'none') {
+ standaloneKeys.push({ key, type: keyType });
+ // }
832
} catch (_error) {
833
continue;
834
}
0 commit comments