2010/1/21 Sébastien Pierre <sebastien.pie...@gmail.com>: > Hi Jonathan, > Strangely, using the Java client I have no other option than using string,
sure you do. it takes a byte[], there are other ways of getting a byte[] than String.getBytes. the easiest way to get a byte[] with the contents of a long is to use a ByteBuffer. -Jonathan