JEDIS/REDIS 'ON' Keyword or broken query?
Very new to REDIS, and having issues using JSON/Index/Query that is driving me crazy. Example struct public class MyType implements Serializable { { @SerializedName("myval") @Expose private Integer myval; @SerializedName("status") @Expose private String status; } I am easily using redis-stack, and…