- Dec 18, 2019
-
-
Vivek Naik authored
-
- Dec 13, 2019
-
-
Akshay Bharambe authored
-
- Dec 12, 2019
-
-
Vivek Naik authored
-
- Dec 02, 2019
-
-
Ajit Jagtap authored
Remove: Testdata folder/ Add: Testing readme See merge request !132
-
Ajit Jagtap authored
Fix: File is being used by another process error on atomic write. See merge request !131
-
Akshay Bharambe authored
1. Update: Testing readme
-
Akshay Bharambe authored
1. Update: gitignore to ignore testingdata folder
-
Akshay Bharambe authored
1. Remove: Test data folder because of size 2. Add: Testing guide in Testing.md
-
Akshay Bharambe authored
1, Fix: File is being used by another process error on atomic write. Closed temporary file conditionally,
-
- Nov 25, 2019
-
-
Ajit Jagtap authored
Add: Redis as a cache to support grid mode See merge request !130
-
Akshay Bharambe authored
1. Add: Exit if connection to redis server failed
-
- Nov 20, 2019
-
-
Akshay Bharambe authored
1. Add: marshal with type check version. This saves allocations and time if existing data is string or []byte. 2. Fix: Typos. 3. Add: Benchmarks for marshal and marshalWithTypeCheck
-
Akshay Bharambe authored
1. Add: Check redis connection on setup
-
- Nov 18, 2019
-
-
Akshay Bharambe authored
1. Add: Save by adding provided prefix. 2. Add: Set() method will add default expiration time.
-
Akshay Bharambe authored
-
Akshay Bharambe authored
1. Add: Purge redis cache
-
Akshay Bharambe authored
1. Add: Redis cache to cache configuration
-
- Nov 16, 2019
-
-
Akshay Bharambe authored
1. Refactor: Unit tests
-
Akshay Bharambe authored
Add: Unit tests
-
Akshay Bharambe authored
1. Fix: panic in redis cache object is nil
-
Ajit Jagtap authored
added encryption support in fdb See merge request !128
-
Akshay Bharambe authored
1. Add: Redis as a cache support for grid mode. Redis implements cacher interface.
-
Akshay Bharambe authored
1. Add: Cacher interface and cache types. Fastcache implements this interface.
-
- Nov 13, 2019
-
-
Vivek Naik authored
* added encryption support in fdb * added feature of dynamic encryption key generation function
-
- Nov 11, 2019
-
-
Ajit Jagtap authored
fix: fdb delete record See merge request !126
-
Vivek Naik authored
-
- Nov 04, 2019
-
-
Ajit Jagtap authored
segregation of pack operation and fdb operations See merge request !124
-
Vivek Naik authored
added global lock for lazy write in append bucket
-
- Oct 22, 2019
-
-
Vivek Naik authored
-
Vivek Naik authored
* removed unused code * added lock for reading pack file
-
Vivek Naik authored
moved packfile related functions in filemdl and done changes in fdb accordingly
-
- Oct 20, 2019
-
-
Ajit Jagtap authored
Fix: Error suppressed in CallService() Closes #5 See merge request !123
-
- Oct 19, 2019
-
-
Akshay Bharambe authored
1. Fix: Error suppressed in CallService(). This makes users unaware of the actual error from called service.
-
- Oct 18, 2019
-
-
Ajit Jagtap authored
fix: fail to write fdb index lazily See merge request !122
-
Vivek Naik authored
-
Ajit Jagtap authored
added defer for closing file See merge request !121
-
Vivek Naik authored
-
Ajit Jagtap authored
File lock code commented See merge request !120
-
Shridhar I. Patil authored
File lock code commented
-
- Oct 15, 2019
-
-
Ajit Jagtap authored
added filelock while performing data manipulation on fdb bucket See merge request !118
-