Filipe Peliz Pinto Teixeira

Results 9 comments of Filipe Peliz Pinto Teixeira

Hello, Is communication between android devices planning on being implemented ? I ask because I need that functionality and don't want to delve into hacking this great plugin unless it's...

`eval` is not yet supported. I will make sure to add it for the next release though. Thanks for raising the issue!

So this is turning out more time consuming than I though. i started working with this: https://github.com/luaj/luaj but have not had any luck so far. May have to wait a...

My fork has hset support and is getting hmset support soon: https://github.com/fppt/jedis-mock/pull/7

Hi. My fork has support for more commands: https://github.com/fppt/jedis-mock

Thanks @luigidellaquila. For the time being is there a way to disable indexing nulls using the available API of this plugin?

I create it as follows: BaseConfiguration indexConfig = new BaseConfiguration(); indexConfig.setProperty("keytype", OType.String); indexConfig.setProperty("type", "UNIQUE"); graph.createVertexIndex("prop1", "label1", indexConfig);

I added `indexConfig.setProperty("metadata.ignoreNullValues", true);` no joy sadly. Still getting the same exception.