ethercalc 是一個網頁同步試算表.
有關 ethercalc
若 ethercalc 與 redis 合用, sheet 資料將會存入 /var/lib/redis/dump.rdb, 此一檔案儲存設定位於 /etc/redis/redis.conf 中的 dbfilename dump.rdb
使用者若要以 root 身分檢視 /var/lib/redis/dump.rdb 可以透過 sudo -s 以 root 身分執行命令.
若以 /etc/init.d/redis-server stop 關閉 redis, 然後執行 ethercalc, sheet 資料將會存在執行命令目錄下的 dump 目錄中.
在結合 redis 使用下的 ethercalc, 若希望 reset /var/lib/redis/dump.rdb 中的資料:
sudo -s
/etc/init.d/redis-server stop
rm /var/lib/redis/dump.rdb
/etc/init.d/redis-server start
ethercalc
則 /var/lib/redis/dump.rdb 中為空資料.