Key Value for JWT tokens

I am currently using Redis to store my Access and Refresh JWT Tokens. It will just store the user id for the appropriate tokens. Nothing more our requirement.

I wanted to know, whether Badger is ideal for my requirement. Any performance improvement over Redis to migrate.

Thanks and regards.