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

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -