Skip to content

Commit

Permalink
delete Qihoo
Browse files Browse the repository at this point in the history
  • Loading branch information
hahahashen committed Oct 17, 2024
2 parents 67cde86 + d65be5c commit 21536eb
Show file tree
Hide file tree
Showing 223 changed files with 463 additions and 460 deletions.
8 changes: 4 additions & 4 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -94,23 +94,23 @@ AnalyzeTemporaryDtors: true
# -bugprone-branch-clone,
# frequent misidentification
# -google-default-arguments
# Too many virtual functions in pika have default parameters, specifically void Do(std::shared_ptr<Partition> partition = nullptr)
# Too many virtual functions in Arana/Kiwi have default parameters, specifically void Do(std::shared_ptr<Partition> partition = nullptr)
# -clang-analyzer-cplusplus.InnerPointer
# I don't know why this bug in the RocksDB library fails to suppress detection.So I have to disable this check.
#--google-explicit-constructor
# There are so many implicit convert in pika
# There are so many implicit convert in Arana/Kiwi
#--use_of_tag_name_without_tag
# like class member is class , If there is no class tag, an error will be reported
# class A{ B b_; } -> error ; class A{ class B b_; } -> no error ;
#-clang-analyzer-core.CallAndMessage
# pika/src/storage/src/scope_record_lock.h
# Arana/Kiwi/src/storage/src/scope_record_lock.h
# Always detect a null pointer and call the TryLock method
# Called C++ object pointer is null [clang-analyzer-core.CallAndMessage,-warnings-as-errors]
# lock_mgr_->UnLock(key);
#-clang-analyzer-deadcode.DeadStores
# error detection in some places
#-google-runtime-int
# todo discussed, because there are so many of `long` and `long long` in pika, so disable for now
# todo discussed, because there are so many of `long` and `long long` in Arana/Kiwi so disable for now
#-clang-diagnostic-unused-command-line-argument
# because there are to many compile command error in github ci, but no error in local environment
# See in build folder compile_commands.json
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
# Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
Expand Down
2 changes: 1 addition & 1 deletion cmake/braft.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
# Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
Expand Down
2 changes: 1 addition & 1 deletion cmake/brpc.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
# Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
Expand Down
2 changes: 1 addition & 1 deletion cmake/findTools.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
# Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
Expand Down
2 changes: 1 addition & 1 deletion cmake/fmt.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
# Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
Expand Down
2 changes: 1 addition & 1 deletion cmake/gflags.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
# Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
Expand Down
2 changes: 1 addition & 1 deletion cmake/gtest.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
# Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
Expand Down
2 changes: 1 addition & 1 deletion cmake/leveldb.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
# Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
Expand Down
2 changes: 1 addition & 1 deletion cmake/llhttp.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
# Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
Expand Down
2 changes: 1 addition & 1 deletion cmake/lz4.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
# Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
Expand Down
2 changes: 1 addition & 1 deletion cmake/openssl.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
# Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
Expand Down
2 changes: 1 addition & 1 deletion cmake/protobuf.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
# Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
Expand Down
2 changes: 1 addition & 1 deletion cmake/rocksdb.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
# Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
Expand Down
2 changes: 1 addition & 1 deletion cmake/snappy.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024-present, OpenAtom Foundation, Inc. All rights reserved.
# Copyright (c) 2024-present, Arana/Kiwi Community. All rights reserved.
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
Expand Down
2 changes: 1 addition & 1 deletion cmake/spdlog.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
# Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
Expand Down
2 changes: 1 addition & 1 deletion cmake/zlib.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
# Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
Expand Down
2 changes: 1 addition & 1 deletion cmake/zstd.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
# Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
Expand Down
Binary file removed docs/images/pikiwidb-logo.png
Binary file not shown.
Binary file removed docs/images/pikiwidb-wechat-cn.png
Binary file not shown.
Binary file removed docs/images/pikiwidb-wechat.png
Binary file not shown.
2 changes: 1 addition & 1 deletion etc/conf/kiwi.conf
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ rocksdb-ttl-second 604800
rocksdb-periodic-second 259200;
0
############################### RAFT ###############################
use-raft false
use-raft no
# Braft relies on brpc to communicate via the default port number plus the port offset
raft-port-offset 10

Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
# Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree. An additional grant
# of patent rights can be found in the PATENTS file in the same directory.
Expand Down
2 changes: 1 addition & 1 deletion src/base_cmd.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
// Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory
Expand Down
4 changes: 2 additions & 2 deletions src/base_cmd.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
// Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory
Expand Down Expand Up @@ -181,7 +181,7 @@ enum CmdFlags {
kCmdFlagsProtected = (1 << 12), // Don't accept in scripts
kCmdFlagsModuleNoCluster = (1 << 13), // No cluster mode support
kCmdFlagsNoMulti = (1 << 14), // Cannot be pipelined
kCmdFlagsExclusive = (1 << 15), // May change Storage pointer, like pika's kCmdFlagsSuspend
kCmdFlagsExclusive = (1 << 15), // May change Storage pointer, like Arana/Kiwi's kCmdFlagsSuspend
kCmdFlagsRaft = (1 << 16), // raft
kCmdFlagsKv = (1 << 17),
kCmdFlagsHash = (1 << 18),
Expand Down
2 changes: 1 addition & 1 deletion src/client.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
// Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory
Expand Down
2 changes: 1 addition & 1 deletion src/client.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
// Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory
Expand Down
2 changes: 1 addition & 1 deletion src/cmd_admin.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
// Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory
Expand Down
2 changes: 1 addition & 1 deletion src/cmd_admin.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
// Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory
Expand Down
2 changes: 1 addition & 1 deletion src/cmd_hash.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
// Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory
Expand Down
2 changes: 1 addition & 1 deletion src/cmd_hash.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
// Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory
Expand Down
2 changes: 1 addition & 1 deletion src/cmd_keys.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
// Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory
Expand Down
2 changes: 1 addition & 1 deletion src/cmd_keys.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
// Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory
Expand Down
2 changes: 1 addition & 1 deletion src/cmd_kv.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
// Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory
Expand Down
2 changes: 1 addition & 1 deletion src/cmd_kv.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
// Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory
Expand Down
2 changes: 1 addition & 1 deletion src/cmd_list.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
// Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory
Expand Down
2 changes: 1 addition & 1 deletion src/cmd_list.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
// Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory
Expand Down
2 changes: 1 addition & 1 deletion src/cmd_raft.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
// Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory
Expand Down
2 changes: 1 addition & 1 deletion src/cmd_raft.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
// Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory
Expand Down
2 changes: 1 addition & 1 deletion src/cmd_set.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
// Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory
Expand Down
2 changes: 1 addition & 1 deletion src/cmd_set.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
// Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory
Expand Down
2 changes: 1 addition & 1 deletion src/cmd_table_manager.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
// Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory
Expand Down
2 changes: 1 addition & 1 deletion src/cmd_table_manager.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
// Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory
Expand Down
2 changes: 1 addition & 1 deletion src/cmd_thread_pool.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
// Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory
Expand Down
2 changes: 1 addition & 1 deletion src/cmd_thread_pool.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
// Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory
Expand Down
2 changes: 1 addition & 1 deletion src/cmd_thread_pool_worker.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
// Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory
Expand Down
2 changes: 1 addition & 1 deletion src/cmd_thread_pool_worker.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
// Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory
Expand Down
2 changes: 1 addition & 1 deletion src/cmd_zset.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
// Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory
Expand Down
2 changes: 1 addition & 1 deletion src/cmd_zset.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023-present, OpenAtom Foundation, Inc. All rights reserved.
// Copyright (c) 2023-present, Arana/Kiwi Community. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory
Expand Down
Loading

0 comments on commit 21536eb

Please sign in to comment.