Search code examples
aerospikeexpress-session

Aerospike session: Store some data in separate bin


At the time of saving the session, [aerospike express session store][1] stringifies the object and saves it in one bin (named session). I want to save some of the data in separate bin so that I can create a secondary index on them? Any way to do that?


Solution

  • It's unfortunately not possible at the moment. But maybe we can work out a solution via the Github issue you filed for the aerospike-session-store module.