forked from redis/redis
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dead code in luaCreateFunction about the client being NULL
It was first added to load lua from RDB, see 28dfdca. After redis#9812, we no longer save lua in RDB. luaCreateFunction will only be called in script load and eval*, both of which are available in the client. Remove the dead code and comments to avoid misunderstandings.
- Loading branch information
1 parent
8a4ccb0
commit d5aa7f1
Showing
1 changed file
with
5 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters