Ed
Results
3
comments of
Ed
trafficstars
@sich @Moonick There is a bug in the src/api/ApiMethod.js How is this supposed to work?
I think that hGetAll works correctly according to the documentation http://redis.io/commands/hgetall It provides the same output as Redis. And I will check about hKeys and hVals
The script loads all content to upload into memory, so if you want to upload a lot of data, memory quota will be exceeded. I think it makes sense to...