Point in Polygon - Redis

We have an application where we need to find out which points are currently in a polygon created by a user on a map. The only thing I’ve found to help with that is a lua script named geo.lua by RedisLabs which is no longer updated. Has anyone done something similar to this, I was having trouble figuring out how to do this.