IBMStreams / streamsx.dps

The IBMStreams/streamsx.dps GitHub repository is home to the Streams toolkit named DPS (Distributed Process Store)
http://ibmstreams.github.io/streamsx.dps
Other
4 stars 9 forks source link

DPS toolkit does not work with latest stable Redis version, which is 3.2.0 #20

Closed m-kotowski closed 8 years ago

m-kotowski commented 8 years ago

PE terminates with exception during first DPS function call.

nysenthil commented 8 years ago

Hi Michael, I see that you are starting the redis-server without specifying a configuration file in the command line. When I tried running my redis 3.2.0 server like that, I also got the same error you reported. I have no idea what redis does when you don't specify a redis configuration file while starting it. When I started the redis 3.2.0 server with a proper redis.conf file, everything worked fine. Please try starting your redis 3.2.0 server with a redis.conf file and see if that will resolve your problem.

Regards, Senthil.