node.js - How to do rpush operation in then-redis? -


  1. how can rpush operation redis , retrieve data back?
  2. how hlist operations in then-redis?

rpush operation api not available then-redis .you can write own code command.js in same. there no operation hlist can again write support lrange or rrange per requirement , use retrieve results.


Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

clojure - 'get' replacement that throws exception on not found? -