mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 00:31:21 +00:00
redis-cli help.h updated. Script to generate it updated as well.
This commit is contained in:
@ -10,7 +10,8 @@ GROUPS = [
|
||||
"pubsub",
|
||||
"transactions",
|
||||
"connection",
|
||||
"server"
|
||||
"server",
|
||||
"scripting"
|
||||
].freeze
|
||||
|
||||
GROUPS_BY_NAME = Hash[*
|
||||
@ -48,7 +49,7 @@ def commands
|
||||
require "json"
|
||||
require "uri"
|
||||
|
||||
url = URI.parse "https://github.com/antirez/redis-doc/raw/master/commands.json"
|
||||
url = URI.parse "https://raw.github.com/antirez/redis-doc/master/commands.json"
|
||||
client = Net::HTTP.new url.host, url.port
|
||||
client.use_ssl = true
|
||||
response = client.get url.path
|
||||
|
Reference in New Issue
Block a user