In Redis, the _______ command is used to execute a Lua script directly on the server.
- EVAL
- EXEC
- RUNSCRIPT
- SCRIPT
In Redis, the "EVAL" command is used to execute a Lua script directly on the server. This allows for complex operations to be performed atomically and reduces network overhead by executing scripts on the server side.
Loading...
Related Quiz
- Which package in Go provides built-in support for templates?
- How can you create a pointer to a variable in Go?
- Which package provides a powerful router for HTTP services in Go?
- How would you optimize the performance of a high-traffic web application built with the Echo framework?
- If you were tasked with building a Go application to monitor and log changes in a directory, how would you approach this problem?