Open srikanthm79 opened 8 months ago
…there.
Fixes #4
Created jedisManagerTest.cfc with following test cases:
jedisManagerTest.cfc
Made changes in jedisManager.cfc - cacheGet function to handle a non-existent key as we get null value.
jedisManager.cfc
cacheGet
…there.
Fixes #4
Created
jedisManagerTest.cfc
with following test cases:Made changes in
jedisManager.cfc
-cacheGet
function to handle a non-existent key as we get null value.