srikanthm79 / CF-Jedis-Bridge

MIT License
1 stars 2 forks source link

Implement User Cache Operations #13

Closed srikanthm79 closed 9 months ago

srikanthm79 commented 9 months ago

Create a test page that generates 500 users with unique IDs and hash numbers as data. Implement functionality to randomly select a user from these 500 and utilize their unique hash number as part of the cache key for set, get, and delete operations.

This file will also can be used for load testing using tools like JMeter.