Y
Hacker News
new
|
ask
|
show
|
jobs
by
nick_
1834 days ago
Have you checked out RedisGraph extension for Redis?
2 comments
azinman2
1834 days ago
Redis is memory-backed, so you have limitations here. When I think of neo4j and its equivalents, it's about super giant datasets that are beyond memory limits.
link
aserafini
1834 days ago
Redis also supports ‘Redis on Flash’ (use SSDs to augment RAM), but it is part of their Enterprise product.
link
thanatos519
1834 days ago
Yes. The performance is an order of magnitude better than Neo4J, but it lacks feature parity.
link