Why redis use lodash set to convert key to structure?

It’s weird as the naive way is to just set the key of the object without lodash. It means the people who did this had a reason…

I found a workaround setting my redis key like this : ["IP_127.0.0.1"] it’s a bit crappy but it works.