valkey/src
0del 6ea6a693e2
Rename 'redis' to 'server' functions missing (#203)
related: https://github.com/valkey-io/valkey/issues/144

---------

Signed-off-by: 0del <bany.y0599@gmail.com>
2024-04-04 18:21:11 +02:00
..
commands Fix inconsistencies in the json command file descriptions (#63) 2024-04-02 19:15:23 +02:00
modules
.gitignore
acl.c Remove trademarked wording on configuration file and individual configs (#29) 2024-04-03 19:47:26 +02:00
adlist.c Don't disconnect all clients in ACL LOAD (#12171) 2023-12-24 11:56:44 +02:00
adlist.h optimize unwatchAllKeys() (#11511) 2022-11-23 17:39:08 +02:00
ae_epoll.c
ae_evport.c
ae_kqueue.c
ae_select.c
ae.c Rename files redisassert to serverassert (#138) 2024-04-02 15:56:17 +02:00
ae.h
anet.c Re-indent code and reduce code being complied on Solaris for anetKeepAlive (#12914) 2024-01-08 11:12:24 +02:00
anet.h redis-cli adds -4 / -6 options to determine IPV4 / IPV6 priority in DNS lookup (#11315) 2023-12-24 10:40:34 +02:00
aof.c rename redis functions in server.h (#179) 2024-04-03 20:26:33 +02:00
asciilogo.h Fine-tune ASCII art (#103) 2024-03-31 19:56:24 -07:00
atomicvar.h Rename redisAtomic to serverAtomic (#180) 2024-04-03 20:29:33 +02:00
bio.c rename redis functions in server.h (#179) 2024-04-03 20:26:33 +02:00
bio.h Implementing the WAITAOF command (issue #10505) (#11713) 2023-03-14 20:26:21 +02:00
bitops.c Rename 'redis' to 'server' and redisNodeFlags to clusterNodeFlags (#191) 2024-04-03 18:45:23 -07:00
blocked.c Rename redisDb to serverDb (#156) 2024-04-03 11:02:43 +08:00
call_reply.c Support for RM_Call on blocking commands (#11568) 2023-03-16 14:04:31 +02:00
call_reply.h Support for RM_Call on blocking commands (#11568) 2023-03-16 14:04:31 +02:00
childinfo.c fixes for fork child exit and test: #11463 (#11499) 2022-11-12 20:35:34 +02:00
cli_commands.c Reimplement cli hints based on command arg docs (#10515) 2023-03-30 19:03:56 +03:00
cli_commands.h Rename 'redis' to 'server' and redisNodeFlags to clusterNodeFlags (#191) 2024-04-03 18:45:23 -07:00
cli_common.c Update versioning fields for compatibility (#47) 2024-04-03 14:52:36 -07:00
cli_common.h Adds connection timeout option to redis-cli (#10609) 2024-01-30 13:43:39 +02:00
cluster_legacy.c Rename 'redis' to 'server' and redisNodeFlags to clusterNodeFlags (#191) 2024-04-03 18:45:23 -07:00
cluster_legacy.h Replace slots_to_channels radix tree with slot specific dictionaries for shard channels. (#12804) 2023-12-27 17:40:45 +08:00
cluster.c Rename redisCommand to serverCommand (#174) 2024-04-03 18:54:33 +02:00
cluster.h Rename redisCommand to serverCommand (#174) 2024-04-03 18:54:33 +02:00
commands.c rename redisCommandArgType serverCommandArgType (#182) 2024-04-03 20:33:38 +02:00
commands.def Rename 'redis' to 'server' and redisNodeFlags to clusterNodeFlags (#191) 2024-04-03 18:45:23 -07:00
commands.h Rename #include guards (#167) 2024-04-03 23:20:06 +02:00
config.c Update versioning fields for compatibility (#47) 2024-04-03 14:52:36 -07:00
config.h Enable accept4() on *BSD (#13104) 2024-03-12 16:35:52 +02:00
connection.c Remove prototypes with empty declarations (#12020) 2023-05-02 17:31:32 -07:00
connection.h Rename #include guards (#167) 2024-04-03 23:20:06 +02:00
connhelpers.h Rename #include guards (#167) 2024-04-03 23:20:06 +02:00
crc16_slottable.h Change crc16 slot table to be fixed size character array instead of pointer to strings (#13112) 2024-03-08 15:50:36 -08:00
crc16.c
crc64.c Remove unused REDIS_TEST_MAIN dead code in crc64.c (#160) 2024-04-03 12:24:55 +08:00
crc64.h Fix rename REDIS_TEST to SERVER_TEST to pass the Daily workflow (#131) 2024-04-02 15:43:37 +08:00
crcspeed.c
crcspeed.h
db.c Rename redisCommand to serverCommand (#174) 2024-04-03 18:54:33 +02:00
debug.c Update versioning fields for compatibility (#47) 2024-04-03 14:52:36 -07:00
debugmacro.h
defrag.c Rename redisDb to serverDb (#156) 2024-04-03 11:02:43 +08:00
dict.c Rename files redisassert to serverassert (#138) 2024-04-02 15:56:17 +02:00
dict.h Fix rename REDIS_TEST to SERVER_TEST to pass the Daily workflow (#131) 2024-04-02 15:43:37 +08:00
endianconv.c Fix rename REDIS_TEST to SERVER_TEST to pass the Daily workflow (#131) 2024-04-02 15:43:37 +08:00
endianconv.h Fix rename REDIS_TEST to SERVER_TEST to pass the Daily workflow (#131) 2024-04-02 15:43:37 +08:00
eval.c rename redis functions in server.h (#179) 2024-04-03 20:26:33 +02:00
evict.c Rename redisObject to serverObject (#175) 2024-04-03 19:04:51 +02:00
expire.c Rename redisDb to serverDb (#156) 2024-04-03 11:02:43 +08:00
fmacros.h Fix some compile warnings and errors when building with gcc-12 or clang (#12035) 2023-04-18 09:53:51 +03:00
fmtargs.h Rewrite huge printf calls to smaller ones for readability (#12257) 2023-09-28 09:21:23 +03:00
function_lua.c Remove unused var desc in luaRegisterFunctionReadPositionalArgs (#130) 2024-04-02 15:37:19 +08:00
functions.c Rename functionsLibMataData to functionsLibMetaData (#71) 2024-03-28 19:34:07 -07:00
functions.h Some cleanups around function (#12940) 2024-01-23 14:26:33 +02:00
geo.c Change addReplyErrorFormat to addReplyError when there is no format (#12641) 2023-11-30 12:36:17 +02:00
geo.h
geohash_helper.c GEOSEARCH BYBOX: Simplified haversine distance formula when longitude diff is 0 (#11579) 2022-12-05 15:45:04 +02:00
geohash_helper.h
geohash.c
geohash.h
hyperloglog.c Call signalModifiedKey after the key modification is completed (#11144) 2023-11-27 11:16:41 +08:00
intset.c Rename files redisassert to serverassert (#138) 2024-04-02 15:56:17 +02:00
intset.h Fix rename REDIS_TEST to SERVER_TEST to pass the Daily workflow (#131) 2024-04-02 15:43:37 +08:00
kvstore.c Rename files redisassert to serverassert (#138) 2024-04-02 15:56:17 +02:00
kvstore.h Fix rename REDIS_TEST to SERVER_TEST to pass the Daily workflow (#131) 2024-04-02 15:43:37 +08:00
latency.c Rename redisCommand to serverCommand (#174) 2024-04-03 18:54:33 +02:00
latency.h Add basic eventloop latency measurement. (#11963) 2023-05-12 20:13:15 +03:00
lazyfree.c Rename redisAtomic to serverAtomic (#180) 2024-04-03 20:29:33 +02:00
listpack_malloc.h Use dummy allocator to make accesses defined as per standard (#11982) 2023-04-10 20:38:40 +03:00
listpack.c Rename files redisassert to serverassert (#138) 2024-04-02 15:56:17 +02:00
listpack.h Fix rename REDIS_TEST to SERVER_TEST to pass the Daily workflow (#131) 2024-04-02 15:43:37 +08:00
localtime.c
logreqres.c Minor change around the req-res validator, skip sentinel commands (#12083) 2023-04-20 23:28:44 +03:00
lolwut5.c Update versioning fields for compatibility (#47) 2024-04-03 14:52:36 -07:00
lolwut6.c Update versioning fields for compatibility (#47) 2024-04-03 14:52:36 -07:00
lolwut.c Update versioning fields for compatibility (#47) 2024-04-03 14:52:36 -07:00
lolwut.h
lzf_c.c
lzf_d.c Change lzf to handle values larger than UINT32_MAX (#9776) 2021-11-16 13:12:25 +02:00
lzf.h Change lzf to handle values larger than UINT32_MAX (#9776) 2021-11-16 13:12:25 +02:00
lzfP.h
Makefile Rename cli benchmark check-aof and check-rdb src and object files to valkey respectively (#188) 2024-04-03 23:06:45 +02:00
memtest.c Rename files redisassert to serverassert (#138) 2024-04-02 15:56:17 +02:00
mkreleasehdr.sh Update versioning fields for compatibility (#47) 2024-04-03 14:52:36 -07:00
module.c Update versioning fields for compatibility (#47) 2024-04-03 14:52:36 -07:00
monotonic.c Rename files redisassert to serverassert (#138) 2024-04-02 15:56:17 +02:00
monotonic.h Remove prototypes with empty declarations (#12020) 2023-05-02 17:31:32 -07:00
mt19937-64.c
mt19937-64.h
multi.c Rename redisCommand to serverCommand (#174) 2024-04-03 18:54:33 +02:00
networking.c Update versioning fields for compatibility (#47) 2024-04-03 14:52:36 -07:00
notify.c Add RM_PublishMessageShard (#10543) 2022-04-17 15:43:22 +03:00
object.c Rename redisDb to serverDb (#156) 2024-04-03 11:02:43 +08:00
pqsort.c
pqsort.h
pubsub.c Implement defragmentation for pubsub kvstore (#13058) 2024-03-04 16:56:50 +02:00
quicklist.c Rename files redisassert to serverassert (#138) 2024-04-02 15:56:17 +02:00
quicklist.h Fix rename REDIS_TEST to SERVER_TEST to pass the Daily workflow (#131) 2024-04-02 15:43:37 +08:00
rand.c Rename 'redis' to 'server' and redisNodeFlags to clusterNodeFlags (#191) 2024-04-03 18:45:23 -07:00
rand.h Rename 'redis' to 'server' and redisNodeFlags to clusterNodeFlags (#191) 2024-04-03 18:45:23 -07:00
rax_malloc.h Cluster: hash slots tracking using a radix tree. 2017-03-27 16:37:22 +02:00
rax.c Rename files redisassert to serverassert (#138) 2024-04-02 15:56:17 +02:00
rax.h Extend rax usage by allowing any long long value (#12837) 2023-12-14 14:50:18 -08:00
rdb.c Update versioning fields for compatibility (#47) 2024-04-03 14:52:36 -07:00
rdb.h Refine the purpose of rdb saving with accurate flags (#12925) 2024-02-01 13:41:02 +02:00
redis-trib.rb
redismodule.h Add API RedisModule_ClusterKeySlot and RedisModule_ClusterCanonicalKeyNameInSlot (#13069) 2024-03-12 09:26:12 -07:00
release.c rename git sha related (#184) 2024-04-03 20:46:23 +02:00
replication.c rename redis functions in server.h (#179) 2024-04-03 20:26:33 +02:00
resp_parser.c cleanup NBSP characters in comments (#10555) 2023-03-15 11:05:42 +02:00
resp_parser.h
rio.c Reclaim page cache of RDB file (#11248) 2023-02-12 09:23:29 +02:00
rio.h Rename #include guards (#167) 2024-04-03 23:20:06 +02:00
script_lua.c Rename 'redis' to 'server' and redisNodeFlags to clusterNodeFlags (#191) 2024-04-03 18:45:23 -07:00
script_lua.h Fix typos and replace 'codespell' with 'typos' (#72) 2024-03-31 12:38:22 -07:00
script.c Rename redisCommand to serverCommand (#174) 2024-04-03 18:54:33 +02:00
script.h fix scripts access wrong slot if they disagree with pre-declared keys (#12906) 2024-01-15 09:57:12 +08:00
sds.c Rename files redisassert to serverassert (#138) 2024-04-02 15:56:17 +02:00
sds.h Fix rename REDIS_TEST to SERVER_TEST to pass the Daily workflow (#131) 2024-04-02 15:43:37 +08:00
sdsalloc.h
sentinel.c Update versioning fields for compatibility (#47) 2024-04-03 14:52:36 -07:00
server.c Rename 'redis' to 'server' functions missing (#203) 2024-04-04 18:21:11 +02:00
server.h Rename 'redis' to 'server' and redisNodeFlags to clusterNodeFlags (#191) 2024-04-03 18:45:23 -07:00
serverassert.c Rename redisassert to serverassert in comment (#142) 2024-04-02 23:44:00 +08:00
serverassert.h Rename #include guards (#167) 2024-04-03 23:20:06 +02:00
setcpuaffinity.c
setproctitle.c
sha1.c Fix rename REDIS_TEST to SERVER_TEST to pass the Daily workflow (#131) 2024-04-02 15:43:37 +08:00
sha1.h Fix rename REDIS_TEST to SERVER_TEST to pass the Daily workflow (#131) 2024-04-02 15:43:37 +08:00
sha256.c
sha256.h
siphash.c Better standardize around assertions (#12539) 2023-10-02 18:58:44 -07:00
slowlog.c Exit early if slowlog/acllog max len set to zero (#12965) 2024-01-22 16:01:04 -08:00
slowlog.h
socket.c Improve error handling in connSocketBlockingConnect for various connction failures (#13008) 2024-02-06 14:31:08 +02:00
solarisfixes.h
sort.c Rename some redis structs to server (#178) 2024-04-03 20:24:01 +02:00
sparkline.c Fix Uninitialised value error in createSparklineSequence (LATENCY GRAPH) (#11892) 2023-03-09 12:05:50 +02:00
sparkline.h
stream.h Stream consumers: Re-purpose seen-time, add active-time (#11099) 2022-11-30 14:21:31 +02:00
strl.c
syncio.c
syscheck.c fix typos in syscheck (#11710) 2023-01-22 16:32:20 +02:00
syscheck.h
t_hash.c Shrink dict when deleting dictEntry (#12850) 2024-01-15 08:20:53 +02:00
t_list.c Fix SORT STORE quicklist with the right options (#13042) 2024-02-08 14:36:11 +02:00
t_set.c Shrink dict when deleting dictEntry (#12850) 2024-01-15 08:20:53 +02:00
t_stream.c Xread last entry in stream (#7388) (#13117) 2024-03-13 08:23:32 +02:00
t_string.c Optimize SET PXAT to reduce calls of rewriteClientCommandVector (#12316) 2023-06-15 10:07:47 +03:00
t_zset.c fix wrong data type conversion in zrangeResultBeginStore (#13148) 2024-03-19 08:52:55 +02:00
testhelp.h skip new page cache reclame unit test when running in valgrind (#11808) 2023-02-16 10:50:58 +02:00
threads_mngr.c Rename redisAtomic to serverAtomic (#180) 2024-04-03 20:29:33 +02:00
threads_mngr.h Fix async safety in signal handlers (#12658) 2023-11-23 13:22:20 +02:00
timeout.c Blocking command with a 0.001 seconds timeout blocks indefinitely (#11688) 2023-01-08 01:02:48 -08:00
tls.c rename git sha related (#184) 2024-04-03 20:46:23 +02:00
tracking.c Extend rax usage by allowing any long long value (#12837) 2023-12-14 14:50:18 -08:00
unix.c Manage number of new connections per cycle (#12178) 2024-01-02 15:15:03 -08:00
util.c Fix rename REDIS_TEST to SERVER_TEST to pass the Daily workflow (#131) 2024-04-02 15:43:37 +08:00
util.h Rename #include guards (#167) 2024-04-03 23:20:06 +02:00
valgrind.sup
valkey-benchmark.c Rename 'redis' to 'server' functions missing (#203) 2024-04-04 18:21:11 +02:00
valkey-check-aof.c Changes references to redis binaries in output of "--help", "--version" (#113) 2024-04-04 10:46:17 +02:00
valkey-check-rdb.c Changes references to redis binaries in output of "--help", "--version" (#113) 2024-04-04 10:46:17 +02:00
valkey-cli.c Changes references to redis binaries in output of "--help", "--version" (#113) 2024-04-04 10:46:17 +02:00
version.h Update versioning fields for compatibility (#47) 2024-04-03 14:52:36 -07:00
ziplist.c Rename files redisassert to serverassert (#138) 2024-04-02 15:56:17 +02:00
ziplist.h Fix rename REDIS_TEST to SERVER_TEST to pass the Daily workflow (#131) 2024-04-02 15:43:37 +08:00
zipmap.c Fix rename REDIS_TEST to SERVER_TEST to pass the Daily workflow (#131) 2024-04-02 15:43:37 +08:00
zipmap.h Fix rename REDIS_TEST to SERVER_TEST to pass the Daily workflow (#131) 2024-04-02 15:43:37 +08:00
zmalloc.c Rename redisAtomic to serverAtomic (#180) 2024-04-03 20:29:33 +02:00
zmalloc.h Fix rename REDIS_TEST to SERVER_TEST to pass the Daily workflow (#131) 2024-04-02 15:43:37 +08:00