これがその仕組みです。以下のコードのidはレコードIDです。
redisclient.hgetall(key, function (err, dbset) {
// gather all records
for (id in dbset) {
...
}
});
これがその仕組みです。以下のコードのidはレコードIDです。
redisclient.hgetall(key, function (err, dbset) {
// gather all records
for (id in dbset) {
...
}
});
Redis / Jedis-パターンで削除しますか? rails + docker + sidekiq + 127.0.0.1:6379でのRedisへの接続エラー(Errno ::ECONNREFUSED)