--
You received this message because you are subscribed to the Google Groups "pmem" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pmem+uns...@googlegroups.com.
To post to this group, send email to pm...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pmem/38e45076-ce06-4d30-bf1e-f1502867a7ba%40googlegroups.com.
In our prototype implementation only the strings are supported as values. Hashes, lists, sets, etc. are not supported (yet).
K.
--
You received this message because you are subscribed to a topic in the Google Groups "pmem" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/pmem/An8skSTgjO4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to pmem+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pmem/c62f161f-7158-432f-b66c-61dcb53cff3d%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pmem/5a915f8a-dd9c-48c0-83d0-20e95957f270%40googlegroups.com.
redis/src/server.c
486 #ifdef USE_NVML 487 void dictSdsDestructorPM(void *privdata, void *val) 488 { 489 DICT_NOTUSED(privdata); 490 /* TODO: TX_BEGIN() */ 491 pmemobj_tx_begin(server.pm_pool, NULL, TX_LOCK_NONE); 492 sdsfreePM(val); // sdsfreePM(val) calls pmemobj_tx_free(). 493 pmemobj_tx_commit(); 494 pmemobj_tx_end(); 495 } 496 #endifTo unsubscribe from this group and all its topics, send an email to pmem+uns...@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to pmem+unsubscribe@googlegroups.com.
To post to this group, send email to pm...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pmem/18cf245b-64e5-4267-abca-4cf3ddf2f825%40googlegroups.com.
To unsubscribe from this group and all its topics, send an email to pmem+unsubscribe@googlegroups.com.
To post to this group, send email to pm...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pmem/d5028ee1-9646-480b-96c0-0fea7afb3bb8%40googlegroups.com.
To unsubscribe from this group and all its topics, send an email to pmem+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pmem/e6f6b743-212a-4eea-942e-73cf639e6a92%40googlegroups.com.
To unsubscribe from this group and all its topics, send an email to pmem+unsubscribe@googlegroups.com.
To post to this group, send email to pm...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pmem/7eb54233-a7b5-475f-99bf-9f8965ca1a7a%40googlegroups.com.
To unsubscribe from this group and all its topics, send an email to pmem+unsubscribe@googlegroups.com.
To post to this group, send email to pm...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pmem/ed80bd2b-97a3-43b2-aecf-e87a5415ce3d%40googlegroups.com.
To unsubscribe from this group and all its topics, send an email to pmem+unsubscribe@googlegroups.com.
To post to this group, send email to pm...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pmem/d493a2b4-f453-411d-9ef6-56bc2c880c8c%40googlegroups.com.