-
Notifications
You must be signed in to change notification settings - Fork 0
/
VERSION
18 lines (14 loc) · 816 Bytes
/
VERSION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This file describes a compatibility matrix of JDBC-Redis with Redis Database.
JDBC-Redis implements Redis commands as a enumeration, so each new
command in Redis should be coded in JDBC-Redis. If commands are
added and no syntax changes occur with already implemented commands
a old version of JDBC-Redis should work with new versions of Redis
with the absence of functionality for the new command not implemented
in JDBC-Redis enumeration.
|--------------------------------------------------|
| JDBC-Redis Version | Redis Database Version |
|--------------------------------------------------|
| 0.1-alpha | All commands in 0.8-beta |
|--------------------------------------------------|
| 0.1-beta | All commands in 0.91-beta|
|--------------------------------------------------|