Remove deprecated API documentation and models related to logging, project management, queries, and Redis management. This includes the deletion of various markdown files and TypeScript definitions that are no longer in use, streamlining the codebase and improving maintainability.
This commit is contained in:
14
out/js/docs/RedisNode.md
Normal file
14
out/js/docs/RedisNode.md
Normal file
@ -0,0 +1,14 @@
|
||||
# LowCodeEngineApi.RedisNode
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**id** | **String** | Unique Redis node identifier | [optional]
|
||||
**host** | **String** | Redis host | [optional]
|
||||
**port** | **Number** | Redis port | [optional]
|
||||
**user** | **String** | Redis username | [optional]
|
||||
**password** | **String** | Redis password | [optional]
|
||||
**projects** | [**[Project]**](Project.md) | | [optional]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user