SchoolOfCode / bc16-final-projects-team-large-language-mavericks

School of Code CoachBot crafted by the Large Language Mavericks 🚀
https://soc-llm.vercel.app/
Other
1 stars 0 forks source link

Understand basics of how KV database works #15

Closed nashetty closed 4 months ago

nashetty commented 4 months ago

Our chosen app is using Vercel KV to log users in and store chat history. Understand how this works and what commands need to be used to update any data.

Acceptance criteria:

Ludwig-J commented 4 months ago

Basics of KV database understood. Basic commands key * , HGETALL, HSET. https://redis.io/docs/latest/commands/hgetall/ https://redis.io/docs/latest/commands/hset/