BackendAPIActionRedis Hash SetOn this pageRedis Hash SetPuts a value to the provided field. You should bind this action to a route i.e. PUT /values/:field where the field uri fragment is available.Request{ "value": "foobar"}Response{ "success": true, "message": "Field successfully set", "return": 1}