riak-scala-client
riak-scala-client copied to clipboard
Auto generated keys
Is there a way to store a value without setting the key?
Hi. At the moment there is not support for auto-generated keys. Is this an important feature for you? It should not be too hard to add.
Hi @agemooij , thanks for the answer, I am using right now Flurry (https://github.com/BazuSports/flurry), if the library could have that kind of uid generation would be awesome.
Could you tell me what is wrong with the keys generated by Riak itself or JVM GUIDs?
Integrating a service client for Flurry seems a bit over the top for my taste. We could add some KeyGenerator hooks (defaulting to Riak native) so you can implement the flurry component yourself. Would that work for you?