codecrafters-io / build-your-own-redis

Definition for the redis challenge.
https://app.codecrafters.io/courses/redis/overview
MIT License
129 stars 37 forks source link

Change all logs to use lowercase commands instead of uppercase #119

Closed rohitpaulk closed 5 months ago

rohitpaulk commented 8 months ago
Screenshot 2024-02-08 at 00 21 24

Thanks to @Jyuart for reporting this!

ryan-gang commented 5 months ago

We decided to go with all Uppercases, for logs and commands. Fixed it here: https://github.com/codecrafters-io/redis-tester/pull/134