@@ -16,7 +16,7 @@ if (PHP_SAPI == "cli") {
}
- echo "all done";
+ echo "all done ".$redis->hLen("dict://pm/part");
?>
$redis->hSet("dict://ref/has_mean",$row["word"],"1");
+ echo "all done ".$redis->hLen("dict://ref/has_mean");
@@ -15,7 +15,7 @@ if (PHP_SAPI == "cli") {
$redis->hSet("dict://regular/part",$row["pali"],$row["parts"]);
+ echo "all done ".$redis->hLen("dict://regular/part");