Jamie Gaskins

Results 198 comments of Jamie Gaskins

The folks at EatApp had a Redis disconnect issue related to pub/sub, too, related to message size. Does any of the discussion in https://github.com/jgaskins/redis/issues/7 help?

Do you have any insight on how to get the specs running? I've got a fresh JRuby installed via RVM and it won't build the gem. Here are the outputs...

With other graph databases I've used (Neo4j and RedisGraph), querying a node label or relationship type that doesn't exist simply returns no matches. If this error is expected, is it...

@matthewmcgarvey This precisely matches what I'm seeing at the moment. I'm using [`interro`](https://github.com/jgaskins/interro), which has a dependency on `db` and [runs `shards build`](https://github.com/jgaskins/interro/blob/754a555daec923c38db045ba9748227ea0162ead/shard.yml#L21-L22) to build the migration tool. So I'm...

> during this time the consumer is not actually read @sundb The documentation says "since the consumer last interacted with the server".

To clarify that, it implies that any time I send a command to Redis on behalf of a consumer in a group in a stream, this timer will be reset.

@sundb There's certainly a discrepancy between the documentation and observed behavior, but the wording of the documentation isn't ambiguous. If the intent of this timestamp is to be the last...

> indeed it seems that "idle" actually means "milliseconds since data was read by this consumer" rather than the documented definition. @guybe7 Is there a source for this information that...

This is interesting. For those playing along at home, this wouldn't replace the current syntax, but would instead add to it. I think my favorite part is the event-handling aspect:...

More food for thought: Block handling has a bug in the released versions of Opal (I think there's a fix but it's not backported to a release yet) in examples...