Forum Discussion

fmensah's avatar
fmensah
Occasional Contributor
4 years ago
Solved

Redis Driver and Connection String Template

Do you know the Redis Driver and its Connection String Template to integer in the JDBC Request ?
  • richie's avatar
    4 years ago
    Hey fmensah,

    I found the following link that does have a link to download a jdbc driver .jar file

    https://www.cdata.com/drivers/redis/jdbc/

    However i'm unsure if they want payment for the .jar file. I've noticed the company cdata appears to code a number of different driver files for a number of NoSQL databases, but it appears they 'may' require payment. Try the link. If they do require payment just google search "redis jdbc driver download" or equivalent and see which links provide a free driver.

    In regards to the JDBC connection string URL i found the following link which defines and example connection string as jdbc:redis:Server=127.0.0.1;Port=6379;Password=myPassword;

    https://www.cdata.com/kb/tech/redis-jdbc-dbv.rst

    The instructions via the link are pretty good and explains each of the parameters that populate the connectiom string. The instructions are tailored for dbvisualiser db connection, but the instructions are transferable.

    Hope this helps!

    Cheers,

    Rich
  • sonya_m's avatar
    sonya_m
    4 years ago

    Thanks a lot for the investigation Richie!

     

    Hi fmensah! Were the links helpful?