Matt Walker

Results 2 issues of Matt Walker

Is it possible to view multiple streams at once in a tiled display? I'd love to use rtail to recreate something like the following: Is that what this issue references?...

question

This code... ``` cfm redisKey = "example:command:hmset"; hashValues = {}; hashValues["one"] = 1; hashValues["two"] = 2; hashValues["three"] = 3; application.redis.hmset(redisKey, hashValues); ``` ...throws the following error on Railo... `java.lang.Double cannot...