#! /usr/bin/php connect('localhost', 6379); foreach ($dict_aa as $key => $value) { $json_new = json_encode ($value); $redis->set ($key,$json_new); } print "*** 終了 ***\n"; // ------------------------------------------------------------------ ?>