Himmet Avsar

Results 24 comments of Himmet Avsar

@chanced This seems to work for me as a workaround: ```js import * as IORedis from 'ioredis' const IoRedisMock: typeof IORedis = require('ioredis-mock') ```

We created a Telegram group for BSC Node discussions, feel free to join and share experience https://t.me/joinchat/zXCza2tQN0tjYzM0

@MickL what about `unsetKey()`?

@MickL Adding this improvement to the next minor version. Probably during next week.

@MiguelSavignano Having a look on this.

@MiguelSavignano Could not reproduce this with your example. The generated json file seems to be OK.

Hi @adylevy Can you please explain what is the purpose of this feature? Error handling should be managed by the implementing application IMO not by this library. node-ts-cache uses node_redis...

@adylevy Thanks for the explaination! You're righ,t an error while connecting to a storage should not break the whole application. I will take a look at your PR and see...

@adylevy Sorry for the super late response! Your failsafeMode in RedisStorage looks good IMO, but I think we can abstract the error handling a little bit more. What do you...