valkey/src
Shivshankar 0cb97653b7
Change default pidfile from redis.pid to valkey.pid (#378)
Changes the default value for the `pidfile` config.

The template config file `valkey.conf` already contains `pidfile
/var/run/valkey_6379.pid`. This is not a default. The default is what
you get when you start valkey without config.

Tests suites config pidfile changed to valkey accordingly.

Signed-off-by: Shivshankar-Reddy <shiva.sheri.github@gmail.com>
2024-04-30 18:45:08 +02:00
..
commands Removes empty history arrays in json (#317) 2024-04-13 21:38:05 +02:00
modules Updated modules examples and tests to use valkey vs redis (#349) 2024-04-23 17:55:44 +02:00
.gitignore Rename redis.info to valkey.info in LCOV (#259) 2024-04-10 08:59:45 +02:00
acl.c Rename macros in config.h (#257) 2024-04-23 14:20:35 +02:00
adlist.c Don't disconnect all clients in ACL LOAD (#12171) 2023-12-24 11:56:44 +02:00
adlist.h
ae_epoll.c
ae_evport.c
ae_kqueue.c
ae_select.c
ae.c Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
ae.h
anet.c Use SOCK_NONBLOCK to reduce system calls for outgoing connections (#293) 2024-04-30 11:49:22 +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 macros in config.h (#257) 2024-04-23 14:20:35 +02:00
asciilogo.h Madelyn's attempt as a logo (#251) 2024-04-07 17:30:38 -07:00
atomicvar.h Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
bio.c Rename macros in config.h (#257) 2024-04-23 14:20:35 +02:00
bio.h
bitops.c Rename macros in config.h (#257) 2024-04-23 14:20:35 +02:00
blocked.c Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
call_reply.c Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
call_reply.h Remove REDISMODULE_ prefixes and introduce compatibility header (#194) 2024-04-05 16:59:55 -07:00
childinfo.c
cli_commands.c
cli_commands.h Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
cli_common.c Mention one of rediss:// and valkeys:// in error message, not both (#373) 2024-04-25 22:02:22 +02:00
cli_common.h Adds connection timeout option to redis-cli (#10609) 2024-01-30 13:43:39 +02:00
cluster_legacy.c Rename macros in config.h (#257) 2024-04-23 14:20:35 +02:00
cluster_legacy.h Fix incorrect comment for count in clusterMsg (#381) 2024-04-25 16:33:44 -07:00
cluster.c Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
cluster.h Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
commands.c rename redisCommandArgType serverCommandArgType (#182) 2024-04-03 20:33:38 +02:00
commands.def Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
commands.h Rename #include guards (#167) 2024-04-03 23:20:06 +02:00
config.c Change default syslog-ident from redis to valkey (#390) 2024-04-30 14:34:19 +02:00
config.h Make sure standard library is imported when using abort (#395) 2024-04-26 17:32:17 -07:00
connection.c
connection.h Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
connhelpers.h Rename #include guards (#167) 2024-04-03 23:20:06 +02:00
crc16_slottable.h Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02: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 Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
debug.c Rename macros in config.h (#257) 2024-04-23 14:20:35 +02:00
debugmacro.h
defrag.c Rename redisDb to serverDb (#156) 2024-04-03 11:02:43 +08:00
dict.c Update redis* to valkey* in server.c and module.c (#367) 2024-04-25 10:35:12 +08: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 Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02: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 Change Redis to Valkey in log messages (#226) 2024-04-17 14:38:21 +02:00
evict.c Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
expire.c Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
fmacros.h Rename macros in valkey-cli.c and redis_strlcpy to valkey (#284) 2024-04-10 22:50:52 +02:00
fmtargs.h Rewrite huge printf calls to smaller ones for readability (#12257) 2023-09-28 09:21:23 +03:00
function_lua.c Adding server.call/pcall option to LUA scripting. (#136) (#213) 2024-04-05 21:17:11 -07:00
functions.c Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
functions.h Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
geo.c Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
geo.h
geohash_helper.c
geohash_helper.h
geohash.c
geohash.h
hyperloglog.c Rename macros in config.h (#257) 2024-04-23 14:20:35 +02: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 Update redis* to valkey* in server.c and module.c (#367) 2024-04-25 10:35:12 +08: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 Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
latency.h
lazyfree.c Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
listpack_malloc.h
listpack.c Rename macros in config.h (#257) 2024-04-23 14:20:35 +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 Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
logreqres.c rename procedure redis_deferring_client to valkey_deferring_client (#270) 2024-04-09 10:38:09 -04:00
lolwut5.c Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
lolwut6.c Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
lolwut.c Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
lolwut.h
lzf_c.c
lzf_d.c
lzf.h
lzfP.h
Makefile Don't let install flags affect build (#382) 2024-04-25 23:19:15 +02:00
memtest.c Rename files redisassert to serverassert (#138) 2024-04-02 15:56:17 +02:00
mkreleasehdr.sh Update Server version to valkey version (#232) 2024-04-05 21:15:57 -07:00
module.c Rename macros in valkey-cli.c and redis_strlcpy to valkey (#284) 2024-04-10 22:50:52 +02:00
monotonic.c Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
monotonic.h
mt19937-64.c
mt19937-64.h
multi.c Rename redisCommand to serverCommand (#174) 2024-04-03 18:54:33 +02:00
networking.c Rename macros in config.h (#257) 2024-04-23 14:20:35 +02:00
notify.c Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
object.c Update REDIS* to VALKEY* in object.c and utils/create-cluster/README (#380) 2024-04-26 10:26:19 -07:00
pqsort.c Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
pqsort.h Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
pubsub.c Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
quicklist.c Rename macros in config.h (#257) 2024-04-23 14:20:35 +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
rax.c Rename files redisassert to serverassert (#138) 2024-04-02 15:56:17 +02:00
rax.h Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
rdb.c Rename macros in valkey-cli.c and redis_strlcpy to valkey (#284) 2024-04-10 22:50:52 +02:00
rdb.h Refine the purpose of rdb saving with accurate flags (#12925) 2024-02-01 13:41:02 +02:00
redismodule.h Revert update of RedisModuleEvent_MasterLinkChange (#289) 2024-04-10 17:35:08 -07:00
release.c Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
replication.c Rename macros in config.h (#257) 2024-04-23 14:20:35 +02:00
resp_parser.c Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
resp_parser.h
rio.c Rename macros in config.h (#257) 2024-04-23 14:20:35 +02:00
rio.h Rename #include guards (#167) 2024-04-03 23:20:06 +02:00
script_lua.c Remove 'Redis' in error replies (#206) 2024-04-16 21:17:38 +02:00
script_lua.h Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
script.c Add 'extended-redis-compatibility' config (#306) 2024-04-18 14:10:24 +02:00
script.h Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02: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 Rename 'redis_tls_ctx' and 'redis_tls_client_ctx' global variables (#268) 2024-04-10 23:00:27 +02:00
server.c Don't let install flags affect build (#382) 2024-04-25 23:19:15 +02:00
server.h Change default pidfile from redis.pid to valkey.pid (#378) 2024-04-30 18:45:08 +02:00
serverassert.c Rename redisassert to serverassert in comment (#142) 2024-04-02 23:44:00 +08:00
serverassert.h Rename macros in config.h (#257) 2024-04-23 14:20:35 +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 Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
slowlog.h
socket.c Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
solarisfixes.h
sort.c Clarify the usage of Valkey in a comment (#233) 2024-04-11 13:06:04 -07:00
sparkline.c
sparkline.h
stream.h
strl.c Rename macros in valkey-cli.c and redis_strlcpy to valkey (#284) 2024-04-10 22:50:52 +02:00
syncio.c Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
syscheck.c Update redis* to valkey* in syscheck.c (#365) 2024-04-25 10:34:37 +08:00
syscheck.h
t_hash.c Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
t_list.c Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
t_set.c Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
t_stream.c Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
t_string.c Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
t_zset.c Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
testhelp.h Remove REDIS tag from test macros. (#333) 2024-04-19 17:34:02 +08: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
tls.c Update redis* to valkey* in server.c and module.c (#367) 2024-04-25 10:35:12 +08:00
tracking.c Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
unix.c Use SOCK_NONBLOCK to reduce system calls for outgoing connections (#293) 2024-04-30 11:49:22 +02:00
util.c Rename macros in config.h (#257) 2024-04-23 14:20:35 +02:00
util.h Rename macros in valkey-cli.c and redis_strlcpy to valkey (#284) 2024-04-10 22:50:52 +02:00
valgrind.sup
valkey-benchmark.c Support connection schemes valkey:// and valkeys:// (#199) 2024-04-23 03:02:41 +02:00
valkey-check-aof.c Rename macros in config.h (#257) 2024-04-23 14:20:35 +02:00
valkey-check-rdb.c Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
valkey-cli.c Support connection schemes valkey:// and valkeys:// (#199) 2024-04-23 03:02:41 +02:00
valkeymodule.h Update ValkeyModuleEvent_MasterLinkChange to ValkeyModuleEvent_PrimaryLinkChange (#262) 2024-04-08 08:56:39 -07:00
version.h Change Redis to Valkey in log messages (#226) 2024-04-17 14:38:21 +02:00
ziplist.c Update redis* to valkey* in server.c and module.c (#367) 2024-04-25 10:35:12 +08: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 Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02: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 Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
zmalloc.h Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00