Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/compile/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
shell: bash
run: |
mkdir build && cd build
git config --global user.email "ponyma@tencent.com"
git config --global user.name "ponyma"
git config --global user.email "example@example.com"
git config --global user.name "example"
cmake -DTENDIS_DEBUG=ON ..
cmake --build . -j20
5 changes: 3 additions & 2 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Tencent is pleased to support the open source community by making tendis available.

Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
Copyright (C) 2020 Tencent. All rights reserved.

tendis is licensed under the GNU General Public License Version 3.0 except for the third-party components listed below.
The copyright notice pertaining to the Tencent code in this repo was previously in the name of “THL A29 Limited.” That entity has now been de-registered. You should treat all previously distributed copies of the code as if the copyright notice was in the name of “Tencent.”

tendis is licensed under the GNU General Public License Version 3.0 except for the third-party components listed below.

Terms of the GNU General Public License Version 3.0:
--------------------------------------------------------------------
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Tendis is a high-performance distributed storage system which is fully compatibl
- [Contributing](#Contributing)
- [Support](#Support)
- [License](#License)

## Introduction

Tendis is a high-performance distributed storage system which is fully compatible with the Redis protocol. It uses RocksDB as the storage engine, and all data is stored to disks through RocksDB. Users can access Tendis using a Redis client, and the application hardly needs to be changed. In addition, Tendis supports storage capacity far exceeding memory, which can greatly reduce user storage costs.
Expand Down Expand Up @@ -137,3 +138,5 @@ Checkout [support](http://tendis.cn/#/support) for FAQs or join our discussion g
## License

Tendis is licensed under the GNU General Public License Version 3.0. Copyright and license information can be found in the file [LICENSE.txt](LICENSE.txt).

The copyright notice pertaining to the Tencent code in this repo was previously in the name of “THL A29 Limited.” That entity has now been de-registered. You should treat all previously distributed copies of the code as if the copyright notice was in the name of “Tencent.”
2 changes: 1 addition & 1 deletion mkreleasehdr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test -f ${h_file} || touch ${h_file}
(cat ${h_file} | grep SHA1 | grep $GIT_SHA1) && \
(cat ${h_file} | grep DIRTY | grep $GIT_DIRTY) && exit 0 # Already up-to-date

echo "// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved." > ${h_file}
echo "// Copyright (C) 2020 Tencent. All rights reserved." > ${h_file}
echo "// Please refer to the license text that comes with this tendis open source" >> ${h_file}
echo "// project for additional information." >> ${h_file}
echo "" >> ${h_file}
Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/cluster/cluster_manager.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/cluster/cluster_manager.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/cluster/cluster_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/cluster/gc_manager.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/cluster/gc_manager.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/cluster/migrate_batch.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/cluster/migrate_batch.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/cluster/migrate_manager.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/cluster/migrate_manager.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/cluster/migrate_receiver.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/cluster/migrate_receiver.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/cluster/migrate_sender.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/cluster/migrate_sender.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/cluster/migrate_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/commands/auth.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/commands/cluster.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/commands/command.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/commands/command.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/commands/command_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/commands/debug.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/commands/del.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/commands/dump.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/commands/dump.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/commands/expire.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/commands/hash.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/commands/kv.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/commands/list.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/commands/pf.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/commands/pubsub.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2024 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2024 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/commands/release.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/commands/release.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/commands/repl.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/commands/scan.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/commands/script.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/commands/set.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/commands/sort.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/commands/tbitmap.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/commands/version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/commands/zset.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/include/endian.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/include/optional.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/include/unistd.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/integrate_test/adminHeartbeat.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/integrate_test/clustertest.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/integrate_test/clustertestFailover.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/integrate_test/clustertestRestore.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/integrate_test/common.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/integrate_test/common_cluster.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/integrate_test/deletefilesinrange.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/integrate_test/memorylimit.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/integrate_test/pubsubtest.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/integrate_test/repl.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/integrate_test/repltest.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/integrate_test/restore.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/integrate_test/restoretest.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/integrate_test/versiontest.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/lock/lock.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/lock/lock.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
2 changes: 1 addition & 1 deletion src/tendisplus/lock/lock_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved.
// Copyright (C) 2020 Tencent. All rights reserved.
// Please refer to the license text that comes with this tendis open source
// project for additional information.

Expand Down
Loading
Loading