Uncaught exception while running redis-pubsub-example of vibe.d

Rikki Cattermole alphaglosined at gmail.com
Tue Apr 15 03:53:42 PDT 2014


On Monday, 14 April 2014 at 10:30:53 UTC, Elvis Zhou wrote:
> Running ./redis-pubsub-example
> Callback subscribe(["test1"])
> Task terminated with uncaught exception: expected of $ or *
>
>
> The error message gives no hint of where the exception is 
> raised.How do you guys debug this type of error?

Found it [0].
Just out of curiosity but do you have a redis server running at
port 6379 on your machine?
Because if not that might be why.

https://github.com/rejectedsoftware/vibe.d/blob/master/source/vibe/db/redis/redis.d#L520


More information about the Digitalmars-d-learn mailing list