PromucFlow_constructor/app/server/appsmith-plugins/redisPlugin
Sumit Kumar fc30554cb5
Fix: Redis plugin: extract cmd and args based on regex (#6648)
* Earlier split method was used to segregate cmd and args which failed when multiple words inside a quoted string formed one argument. e.g. set key "my value" would produce set, key, "my, value" as the tokens when split method is used, which is not correct. This change introduces a regex that would create the following tokens: set, key, "my value"
2021-08-17 13:41:41 +05:30
..
src Fix: Redis plugin: extract cmd and args based on regex (#6648) 2021-08-17 13:41:41 +05:30
plugin.properties Adding basic structure for plugin integrating with Redis (#1085) 2020-10-22 13:26:58 +05:30
pom.xml Increased default limit for webclient payload (#3718) 2021-03-26 21:34:10 +05:30