danieleteti / delphiredisclient

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

Access Violation when executing KEYS command #41

Open williantuttoilmondo opened 3 months ago

williantuttoilmondo commented 3 months ago

Hello,

I'm trying to get keys list using KEYS method but when called it raises an Access Violation exception. Here's the point where the exception raises:

image

And here's how my application calls KEYS method:

image

And here's the exception itself:

image

I'm using Delphi 12.1.

Best regards.

Willian Tuttoilmondo