jujiale

Results 24 issues of jujiale

### Description hello , I use apisix v2.12 do some test, I have installed apisix-base, but I meet some question,the following is my config. my upstream is a openresty(172.25.xxx.xxx) ,the...

we should add **Action** - **workflow** - **Java CI With Maven** in this project. once submit a pr, it could trigger the maven compile, so It could find some error...

### Description Hello,for some reason,we need to support SSLv3 TLSv1 TLSv1.1 in our apisix, I added TLSv1 and TLSv1.1 ssl_ciphers. after doing this. I test it with my java client(specify...

### Description Hello,I suffered the following situation in our prd apisix cluster and one dev apisix node our prd has 4 env, each has 3 apisix instance, deployed with rpm,...

a tiny fix in command.go there is : ` jsonsetCmdMeta = DiceCmdMeta{ Name: "JSON.SET", Info: `JSON.SET key path json-string Sets a JSON value at the specified key. Returns OK if...

- Implement get the key's value type that [JSON.GET] command returned - Add unit and integration tests

Implement [JSON.CLEAR] command ` JSON.CLEAR returns an integer reply specifying the number of matching JSON arrays and objects cleared + number of matching JSON numerical values zeroed ` refer to...

hello: this pr is link issue: #371 including two commits: 1. feature: add support for command [JSON.CLEAR] including integration test. refer to redis command:[json.clear](https://redis.io/docs/latest/commands/json.clear/) 2. refactor: modify the json.type. use...

hello: I have a special business requirements,which demand the Get() method return result must have the same order always. such as below: ` func main() { var s string =...

Implement [JSON.DEL] command **Delete a value** `JSON.DEL key [path]` **Return** `JSON.DEL returns an integer reply specified as the number of paths deleted (0 or more)` refer to [json.del](https://redis.io/docs/latest/commands/json.del/) Add unit...