Introduction
RedisInside and redis-jdbc-driver are UI clients for Redis.
- RedisInside is probably most feature rich Redis UI client introduced by
redis.io.
- redis-jdbc-driver is a way how Redis client integrated into
IntelliJ IDEA.
Both of them fail to connect to ClauDB v2.5 because of certain commands are currently not implemented.
This issue is a feature request to make ClauDB compatible with this UI clients.
Current status
I quickly and dirty implemented missing commands just to estimate how difficult it is.
And seems like it requires to implement/enhance less than 10 commands.
I plan to propose slowly PRs with clean implementation of required commands.
Required changes
Wollowing commands needs to be implemented.
RedisInside
redis-jdbc-driver
Optional
Following commands are executed by RedisInside or redis-jdbc-driver but they still work if they are not implemented.
Introduction
RedisInside and redis-jdbc-driver are UI clients for Redis.
redis.io.IntelliJ IDEA.Both of them fail to connect to
ClauDB v2.5because of certain commands are currently not implemented.This issue is a feature request to make
ClauDBcompatible with this UI clients.Current status
I quickly and dirty implemented missing commands just to estimate how difficult it is.
And seems like it requires to implement/enhance less than 10 commands.
I plan to propose slowly PRs with clean implementation of required commands.
Required changes
Wollowing commands needs to be implemented.
RedisInside
redis-jdbc-driver
Optional
Following commands are executed by
RedisInsideorredis-jdbc-driverbut they still work if they are not implemented.