diff options
Diffstat (limited to 'scripts/update_command_from_redis_doc.sh')
-rwxr-xr-x | scripts/update_command_from_redis_doc.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/update_command_from_redis_doc.sh b/scripts/update_command_from_redis_doc.sh new file mode 100755 index 0000000..7cc161f --- /dev/null +++ b/scripts/update_command_from_redis_doc.sh @@ -0,0 +1 @@ +wget https://raw.githubusercontent.com/antirez/redis-doc/master/commands.json -O commands.json |