valkey/utils
xu0o0 73698fa028
Fix invalid escape sequence in utils, minor cleanup in python script (#948)
According to the Python document[1], any invalid escape sequences in
string literals now generate a DeprecationWarning (SyntaxWarning as of
3.12) and in the future this will become a SyntaxError.

This Change uses Python’s raw string notation for regular expression
patterns to avoid it.

[1]: https://docs.python.org/3.10/library/re.html

Signed-off-by: haoqixu <hq.xu0o0@gmail.com>
2024-08-26 22:53:35 +08:00
..
create-cluster Enable protected-configs, debug and module commands in create-cluster script (#701) 2024-06-27 12:27:09 -07:00
graphs/commits-over-time Added Tcl program to show commits graphicaly. 2015-11-20 15:45:25 +01:00
hyperloglog Copyright update to reflect IP transfer from salvatore to Redis (#740) 2024-08-14 09:20:36 -07:00
lru Fix typo and rename Redis to Valkey in the utils/lru/README (#314) 2024-04-14 11:40:01 -07:00
releasetools Adds workflows to build release binaries and push to S3 (#315) 2024-04-16 07:01:36 -07:00
req-res-validator Add reply_schema to command json files (internal for now) (#10273) 2023-03-11 10:14:16 +02:00
srandmember Fixed some typos, add a spell check ci and others minor fix (#8890) 2021-06-10 15:39:33 +03:00
build-static-symbols.tcl Copyright update to reflect IP transfer from salvatore to Redis (#740) 2024-08-14 09:20:36 -07:00
corrupt_rdb.c Copyright update to reflect IP transfer from salvatore to Redis (#740) 2024-08-14 09:20:36 -07:00
gen-test-certs.sh Update redis legacy word when run TLS cert file (#572) 2024-05-30 13:09:29 -04:00
generate-command-code.py Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
generate-commands-json.py Update redis to valkey in generate-commands-json.py (#238) 2024-04-18 21:31:49 +02:00
generate-fmtargs.py Rewrite huge printf calls to smaller ones for readability (#12257) 2023-09-28 09:21:23 +03:00
generate-module-api-doc.rb Minor fix in module API doc script (#494) 2024-05-14 01:12:30 +02:00
generate-unit-test-header.py Fix invalid escape sequence in utils, minor cleanup in python script (#948) 2024-08-26 22:53:35 +08:00
install_server.sh Rename redis_init_script file and its content (#357) 2024-04-24 10:05:11 +02:00
module-api-since.rb Update script to generate Valkey Module API docs (#406) 2024-04-30 18:24:18 +02:00
redis-copy.rb Copyright update to reflect IP transfer from salvatore to Redis (#740) 2024-08-14 09:20:36 -07:00
redis-sha1.rb Copyright update to reflect IP transfer from salvatore to Redis (#740) 2024-08-14 09:20:36 -07:00
reply_schema_linter.js Add reply_schema to command json files (internal for now) (#10273) 2023-03-11 10:14:16 +02:00
req-res-log-validator.py Remove trademarked language in code comments (#223) 2024-04-09 10:24:03 +02:00
speed-regression.tcl Copyright update to reflect IP transfer from salvatore to Redis (#740) 2024-08-14 09:20:36 -07:00
systemd-valkey_multiple_servers@.service Rename systemd files and content to valkey from redis (#234) 2024-04-08 14:37:56 -04:00
systemd-valkey_server.service Rename systemd files and content to valkey from redis (#234) 2024-04-08 14:37:56 -04:00
tracking_collisions.c Copyright update to reflect IP transfer from salvatore to Redis (#740) 2024-08-14 09:20:36 -07:00
valkey_init_script Rename redis_init_script file and its content (#357) 2024-04-24 10:05:11 +02:00
valkey_init_script.tpl Rename redis_init_script file and its content (#357) 2024-04-24 10:05:11 +02:00
whatisdoing.sh Changes http to https in texts (#8495) 2021-03-10 19:11:16 +02:00