You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
|
<plugin>
|
|
|
|
<id>com.fr.solution.plugin.db.redis.v10</id>
|
|
|
|
<name><![CDATA[Redis数据集]]></name>
|
|
|
|
<active>yes</active>
|
|
|
|
<version>3.0</version>
|
|
|
|
<env-version>10.0</env-version>
|
|
|
|
<jartime>2018-08-20</jartime>
|
|
|
|
<vendor>richie</vendor>
|
|
|
|
<description><![CDATA[可以连接Redis数据库,支持哈希表、列表、集合以及有序集合]]></description>
|
|
|
|
<change-notes><![CDATA[
|
|
|
|
[2018-09-12]适配10.0版本。<br/>
|
|
|
|
[2018-05-12]增加了keys、hget、hmget、hkeys查询。<br/>
|
|
|
|
[2018-05-11]增加连接错误判定。<br/>
|
|
|
|
[2018-03-30]增加数据库编号选择。<br/>
|
|
|
|
[2017-04-18]连接Redis数据库。<br/>
|
|
|
|
]]></change-notes>
|
|
|
|
<extra-core>
|
|
|
|
<LocaleFinder class="com.fr.plugin.db.redis.RedisLocaleFinder"/>
|
|
|
|
</extra-core>
|
|
|
|
<extra-designer>
|
|
|
|
<ConnectionProvider class="com.fr.plugin.db.redis.RedisConnectionImpl"/>
|
|
|
|
<TableDataDefineProvider class="com.fr.plugin.db.redis.RedisTableDataDefine"/>
|
|
|
|
<ServerTableDataDefineProvider class="com.fr.plugin.db.redis.RedisTableDataDefine"/>
|
|
|
|
</extra-designer>
|
|
|
|
<function-recorder class="com.fr.plugin.db.redis.core.RedisTableData"/>
|
|
|
|
</plugin>
|