Skip to content

Commit

Permalink
Update src/lib/RedisCache.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ronan Jouchet <[email protected]>
  • Loading branch information
christianblais and ronanj-unito committed Aug 21, 2024
1 parent 28f0517 commit 8a5b5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/RedisCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Packr } from 'msgpackr';

import { CachableValue, CacheInstance } from './CacheInstance';

const MPACK = new Packr({ moreTypes: true });
const MPACK = new Packr({ moreTypes: true }); // `moreTypes: true` to get free support for Set & Map

/**
* Wrapper class for using Redis as a cache.
Expand Down

0 comments on commit 8a5b5ec

Please sign in to comment.