mirankorkmaz

Results 3 issues of mirankorkmaz

I'm using the useTranslation hook in react to place inside my , however it isn't rendering out the text, only the name of variable I'm declaring. Is this a well...

Hi, I'm migrating my implementation from ioredis to this package instead. Current implementation looks kinda like: ``` import Keyv from 'keyv'; import KeyvRedis from '@keyv/redis'; import Redis from 'ioredis'; import...