From 051a6055b301e950a3acfcc54fc4044a6e17ae78 Mon Sep 17 00:00:00 2001 From: huangxinda Date: Tue, 21 Dec 2021 20:35:56 +0800 Subject: [PATCH] feat(mge): add cpp_redis and tacopie submodule --- .gitmodules | 7 ++++++- third_party/cpp_redis | 1 + third_party/tacopie | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) create mode 160000 third_party/cpp_redis create mode 160000 third_party/tacopie diff --git a/.gitmodules b/.gitmodules index f54c66b00..1d874cebe 100644 --- a/.gitmodules +++ b/.gitmodules @@ -49,4 +49,9 @@ [submodule "third_party/gflags"] path = third_party/gflags url = https://github.com/MegEngine/gflags.git - +[submodule "third_party/cpp_redis"] + path = third_party/cpp_redis + url = https://github.com/cpp-redis/cpp_redis +[submodule "third_party/tacopie"] + path = third_party/tacopie + url = https://github.com/cpp-redis/tacopie diff --git a/third_party/cpp_redis b/third_party/cpp_redis new file mode 160000 index 000000000..c8799e8fb --- /dev/null +++ b/third_party/cpp_redis @@ -0,0 +1 @@ +Subproject commit c8799e8fb2dfe8e9b91c826178bc0741a1cceec9 diff --git a/third_party/tacopie b/third_party/tacopie new file mode 160000 index 000000000..6b060c7f7 --- /dev/null +++ b/third_party/tacopie @@ -0,0 +1 @@ +Subproject commit 6b060c7f7e158e60d634c14e412aa78d4041f237 -- GitLab