Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arana-db/kiwi
/ functions
Functions
2,670 in github.com/arana-db/kiwi
⨍
Functions
2,670
◇
Types & classes
421
Method
new
()
src/cmd/src/hmget.rs:33
Method
new
()
src/cmd/src/decrby.rs:34
Method
new
()
src/cmd/src/zincrby.rs:33
Method
new
()
src/cmd/src/hlen.rs:32
Method
new
()
src/cmd/src/zrevrange.rs:32
Method
new
()
src/cmd/src/ttl.rs:33
Method
new
()
src/cmd/src/sadd.rs:33
Method
new
()
src/cmd/src/sdiffstore.rs:33
Method
new
()
src/cmd/src/zrevrank.rs:32
Method
new
()
src/cmd/src/sismember.rs:33
Method
new
()
src/cmd/src/zscore.rs:33
Method
new
()
src/cmd/src/zrank.rs:32
Method
new
()
src/cmd/src/zunionstore.rs:32
Method
new
()
src/cmd/src/pexpire.rs:33
Method
new
()
src/cmd/src/mget.rs:33
Method
new
()
src/cmd/src/strlen.rs:33
Method
new
()
src/cmd/src/zinterstore.rs:32
Method
new
()
src/cmd/src/sdiff.rs:33
Method
new
()
src/cmd/src/zcard.rs:33
Method
new
()
src/cmd/src/flushall.rs:33
Method
new
(provider: RequirepassProvider)
src/cmd/src/auth.rs:52
Method
new
()
src/cmd/src/expire.rs:33
Method
new
()
src/cmd/src/incr.rs:34
Method
new
()
src/cmd/src/hdel.rs:32
Method
new
()
src/cmd/src/hmset.rs:32
Method
new
()
src/cmd/src/keys.rs:33
Method
new
()
src/cmd/src/hincrby.rs:32
Method
new
()
src/cmd/src/hsetnx.rs:32
Method
new
()
src/cmd/src/pexpireat.rs:33
Method
new
()
src/cmd/src/hstrlen.rs:32
Method
new
()
src/cmd/src/sinter.rs:33
Method
new
()
src/cmd/src/sunionstore.rs:33
Method
new
()
src/cmd/src/type_cmd.rs:33
Method
new
()
src/cmd/src/smembers.rs:33
Method
new
()
src/cmd/src/psetex.rs:33
Method
new
()
src/cmd/src/flushdb.rs:33
Method
new
()
src/cmd/src/decr.rs:34
Method
new
()
src/cmd/src/hkeys.rs:33
Method
new
()
src/cmd/src/zlexcount.rs:33
Method
new
()
src/cmd/src/persist.rs:33
Method
new
()
src/cmd/src/getbit.rs:33
Method
new
()
src/cmd/src/bitop.rs:36
Method
new
()
src/cmd/src/hget.rs:33
Method
new
()
src/cmd/src/hvals.rs:33
Method
new
()
src/cmd/src/sscan.rs:33
Method
new
()
src/cmd/src/getrange.rs:33
Method
new
()
src/cmd/src/incrbyfloat.rs:34
Method
new
()
src/cmd/src/list.rs:38
Method
new
()
src/cmd/src/exists.rs:33
Method
new
()
src/cmd/src/set.rs:33
Method
new
()
src/cmd/src/scard.rs:33
Method
new
()
src/cmd/src/hgetall.rs:33
Method
new
()
src/cmd/src/zcount.rs:33
Method
new
()
src/cmd/src/get.rs:33
Method
new
()
src/cmd/src/sunion.rs:33
Method
new
Creates a new `CmdExecutor` with a specified number of worker tasks
src/executor/src/executor.rs:61
Method
new
()
src/executor/src/builder.rs:26
Method
new
Create a new async RESP parser
src/net/src/async_resp_parser.rs:45
Method
new
(capacity: usize, id: u64)
src/net/src/buffer.rs:71
Method
new
(batch_id: u64)
src/net/src/pipeline.rs:74
Method
new
(connection: T, id: u64)
src/net/src/pool.rs:61
Method
new
Create a new NetworkServer with the given configuration Defaults to single-node mode.
src/net/src/network_server.rs:80
Method
new
( config: OptimizedHandlerConfig, _storage: Arc<Storage>, _cmd_table: Arc<CmdTable>,
src/net/src/optimized_handler.rs:72
Method
new
(stream: TcpStream)
src/net/src/tcp.rs:79
Method
new
Create a new StorageClient wrapping the runtime client
src/net/src/storage_client.rs:43
Method
new
(path: Option<String>, db_dir: Option<&str>)
src/net/src/unix.rs:36
Method
new
创建新的内存日志存储
src/raft/src/log_store.rs:61
Method
new
从已有的 RocksDB 引擎创建日志存储实例
src/raft/src/log_store_rocksdb.rs:344
Method
new
Create a new state machine. Per-instance LogIndex collectors and cf_trackers are owned by the underlying Storage; snapshot build/install paths look t
src/raft/src/state_machine.rs:196
Method
new
创建新的网络工厂
src/raft/src/network.rs:98
Method
new
(app: Arc<RaftApp>)
src/raft/src/grpc/admin.rs:43
Method
new
(app: Arc<RaftApp>)
src/raft/src/grpc/client.rs:37
Method
new
(raft: Raft<KiwiTypeConfig>)
src/raft/src/grpc/core.rs:44
Method
new
Create a new pause controller with default state (not paused)
src/common/runtime/storage_server.rs:49
Method
new
Creates a new health monitor
src/common/runtime/health.rs:68
Method
new
Create a new GlobalStorage with the initial Storage instance.
src/common/runtime/global_storage.rs:41
Method
new
Create a new correlation ID
src/common/runtime/error_logging.rs:46
Method
new
Create a new metrics collector
src/common/runtime/metrics.rs:340
Method
new
Create a new RuntimeManager with the given configuration
src/common/runtime/manager.rs:80
Method
new
Creates a new fault isolation manager
src/common/runtime/fault_isolation.rs:46
Method
new
Create a new unique request ID
src/common/runtime/message.rs:42
Method
new
(target_mb: usize)
src/common/runtime/stress_tests.rs:74
Method
new
(target_mb: usize)
tests/dual_runtime_stress_tests.rs:72
Method
new
()
tests/raft_network_partition_tests.rs:41
Method
new_client
(&mut self, target: NodeId, node: &Node)
src/raft/src/network.rs:132
Function
new_client_group_cmd
()
src/cmd/src/group_client.rs:27
Method
new_with_init
Create a new BufferManager and wait for initial population
src/net/src/buffer.rs:145
Method
new_with_str
Creates a slice referring to the contents of a string.
src/kstd/src/slice.rs:38
Method
null
Convenience constructors for RESP3 types
src/resp/src/types.rs:233
Method
on_flush_completed
(&self, info: &FlushJobInfo)
src/storage/src/logindex/event_listener.rs:111
Function
openraft_higher_vote_preserves_proto_discriminator
()
src/raft/src/conversion.rs:434
Function
openraft_success_preserves_proto_success
()
src/raft/src/conversion.rs:444
Method
overwrite_operation
每个线程尝试覆盖相同的键
tests/python/test_mset_concurrent.py:327
Function
pack_unpack_roundtrip
()
src/raft/src/snapshot_archive.rs:117
Method
parse_and_check
( value: &[u8], parse_fn: impl Fn(&[u8]) -> Result<T, crate::error::Error>,
src/storage/src/meta_compaction_filter.rs:68
Method
parse_array
(input: &[u8])
src/resp/src/parse.rs:198
Method
parse_big_number
(input: &[u8])
src/resp/src/parse.rs:265
Method
parse_boolean
(input: &[u8])
src/resp/src/parse.rs:233
Method
parse_bulk_error
(input: &[u8])
src/resp/src/parse.rs:272
Method
parse_bulk_string
(input: &[u8])
src/resp/src/parse.rs:174
← previous
next →
1,401–1,500 of 2,670, ranked by callers