Closed matteoredaelli closed 1 year ago
@matteoredaelli Hi Matteo, car/set
and other Redis commands need to be called within a wcar
context.
The listener's connection context is intentionally separate. For example you may want the listener to receive messages from a particular connection, but send commands via a different connection.
Hope that helps!
Hello
I can replicate correctly the sample about pub / sub with "println" but I cannot add a car/set in the listener function
When I publish a sample message
I get
I do not get any errors, but the value of the key "a" is not updated.
What's wrong with my code?
Thanks in advance Matteo