I have to implement Jedis or Redis into ignition webdev Module to cache the API's. Can somebody guide me on this?

I want cache some API's in ignition using Jedis or Redis to increase the efficiency.
Is there any possible solution to cache API's in webdev module?

Not directly, no, but you can use a project library script top-level dictionary as a cache container. You would need to ensure the items you cache have some usage information, so you can run a gateway timer event to occasionally prune stale items.

Thanks for the suggestion. I will discuss with my team if this implementation is possible.