johm icon indicating copy to clipboard operation
johm copied to clipboard

what 's the reason of "nest.cat("all").sadd(String.valueOf(JOhmUtils.getId(model)));" ?

Open lvye351 opened this issue 12 years ago • 0 comments

redis\clients\johm\JOhm.java

// always add to the all set, to support getAll nest.cat("all").sadd(String.valueOf(JOhmUtils.getId(model)));

it cause : "SADD" "User:all" "2" "SADD" "User:all" "2" "SADD" "User:all" "2" "SADD" "User:all" "2" ... in which situation,it is used,who can show one ? i can not understand the comments "always add to the all set, to support getAll"

lvye351 avatar Apr 26 '12 08:04 lvye351