Maged Zaki

Results 1 comments of Maged Zaki

Hello @Julien-R44 There's a bug with .has method After deleting by tag, .has method stills return true ```javascript const key = 'user:1'; const tags = ['userTag']; await bentoCache.set({ key, value:...