User:Tbharathchandra/DevLog2020
From BRL-CAD
< User:Tbharathchandra
Revision as of 12:07, 20 May 2020 by Tbharathchandra (talk | contribs)
Coummunity Bonding Period
- Setup the Development Log
- Explore and analyze different key-value datastores.
- Discuss with Mentors and finalize the perfect datastore.
May 16
- Downloaded and installed Hiredis (v0.14.1) on my machine
- hiredis.prf is created for auto-detection of hiredis
May 17
- Exploring hiredis and redis
May 18
- Created pcache.h which contains the core methods to connect and communicate with the server.
May 19
- Written some functionality of the PCache class.
- Testing and resolving different degenerate cases in PCache.
May20
- Added somemore functionality for PCache class.