陈精华 6 лет назад
Родитель
Сommit
bf08c2c26f
2 измененных файлов с 8 добавлено и 0 удалено
  1. 4 0
      README.en.md
  2. 4 0
      README.md

+ 4 - 0
README.en.md

@@ -78,6 +78,10 @@ If everything is ok,you will see the picture below.
 
 ### Changelog
 
+> April 8th 2019
+1. Cache and queue implementations abstract, providing JDK and REDIS implementations (REDIS becomes optional dependencies)
+2. Provides zip and tar.gz packages, and provides a one-click startup script
+
 > January 17th 2018
 
 1. Refined the project directory, abstract file preview interface, Easy to extend more file extensions and depoly this project on your own

+ 4 - 0
README.md

@@ -71,6 +71,10 @@ file.dir为转换文件实际存储地址,注意要以/结尾
 
 ### 历史更新记录
 
+> 2019年04月08日 :
+1. 缓存及队列实现抽象,提供JDK和REDIS两种实现(REDIS成为可选依赖)
+2. 打包方式提供zip和tar.gz包,并提供一键启动脚本
+
 > 2018年01月19日 :
 
 1. 大文件入队提前处理