https://vercel.com/guides/session-store-nextjs-redis-vercel-kv
In this link, all the code that's given, except for the last block, where do I add it? the functions for getSessionId, setSessionId, get, getAll, set, etc.
I have a next.js 13.4 repo
Should I add it in my api/<whatever>/route.ts?