danieleteti / delphiredisclient

Redis client for Delphi
Apache License 2.0
307 stars 133 forks source link

Which redis server version is supported / required #32

Closed Basti-Fantasti closed 2 years ago

Basti-Fantasti commented 2 years ago

Hi,

which redis server version do you suggest to use with the library on a Windows host?

The only version I found is a redis v3.0 in this MicrosoftArchive repo back from 2016

Official redis currently seems to be at version 6.2

the officially suggested procedure to run redis on Windows 10 and up is to run it on WSL/Ubuntu for me on my development machine that's not a problem but for deployment I think this will not work.

Thanks in advance

Bastian

Basti-Fantasti commented 2 years ago

I also found a build of redis 6.2.3 in another repo on github

Basti-Fantasti commented 2 years ago

The library works with the 6.2.3 WIndows build from my link above 👍