-
Notifications
You must be signed in to change notification settings - Fork 653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removing Redis from internal lua function names and comments #1102
Commits on Oct 1, 2024
-
Fixed a bug in lua debugger for 'server *' invocations and Removing R…
…edis from internal function names. * Fixed a bug where 'server *' invocation from lua debugger was not working. * Functions in lua c files lack of documentation. Adding some documentation in this commit. * I removed Redis from function names in eval.c and script_lua.c files. I did not touch log messages in this commit. I also did not touch references to "RedisProtocol". Signed-off-by: Parth Patel <661497+parthpatel@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d0691de - Browse repository at this point
Copy the full SHA d0691deView commit details -
* Fixed comments to be 120 line length. * Aliased error handler function. * Renamed REDIS_LRAND... variable to SERVER... * I did not rename RedisProtocol as it refers to the RESP protocol. Signed-off-by: Parth Patel <661497+parthpatel@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f46f084 - Browse repository at this point
Copy the full SHA f46f084View commit details -
Signed-off-by: Parth Patel <661497+parthpatel@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f6887da - Browse repository at this point
Copy the full SHA f6887daView commit details -
Formatting the code as per suggestions from the build process.
Signed-off-by: Parth Patel <661497+parthpatel@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1c7b407 - Browse repository at this point
Copy the full SHA 1c7b407View commit details
Commits on Oct 2, 2024
-
Fixing "customer message" typo
Signed-off-by: Parth Patel <661497+parthpatel@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c1c1695 - Browse repository at this point
Copy the full SHA c1c1695View commit details
Commits on Oct 3, 2024
-
Resolving the conflict to keep Resp in the function names.
Signed-off-by: Parth Patel <661497+parthpatel@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3a9f3c7 - Browse repository at this point
Copy the full SHA 3a9f3c7View commit details
Commits on Oct 4, 2024
-
Update src/script_lua.c to add __redis__err__handler as backup in the…
… server_api_allo_list Co-authored-by: Madelyn Olson <madelyneolson@gmail.com> Signed-off-by: Parth <661497+parthpatel@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a5a9fe8 - Browse repository at this point
Copy the full SHA a5a9fe8View commit details -
Fixing a formatting issue due to extra space before a comment.
Signed-off-by: Parth <661497+parthpatel@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2ddd7e6 - Browse repository at this point
Copy the full SHA 2ddd7e6View commit details