Skip to content

Commit

Permalink
doc: recommend gox
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuigo committed Dec 7, 2024
1 parent 18f45e6 commit f472677
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,17 @@ BenchmarkGetDataWithRedisCache-10 15850 74653 ns/op
```

## Features
- [x] Cache Decorator (gofnext)
- Cache Decorator (gofnext)
- [x] Decorator cache for function
- [x] Concurrent goroutine Safe
- [x] Support memory CacheMap(default)
- [x] Support memory-lru CacheMap
- [x] Support redis CacheMap
- [x] Support [postgres CacheMap](https://github.com/ahuigo/gofnext_pg)
- [x] Support customization of the CacheMap(manually)
- Common functions
- I recommend [gox](https://github.com/icza/gox), it provides ternary operator(If/IfFunc),Ptr,Pie,....


## Decorator examples
Refer to: [examples](https://github.com/ahuigo/gofnext/blob/main/examples)
Expand Down

0 comments on commit f472677

Please sign in to comment.