Tu Huynh
Tu Huynh
Hi @thien-do, please update env vars to integrate with Keva Cloud: ``` UPSTASH_REDIS_REST_URL UPSTASH_REDIS_REST_TOKEN ``` Please note that Keva Cloud is completely compatible with Redis and Upstash Redis client Log...
> Memos.pub instantly makes a blog out of any public GitHub repo, with beautiful typography, MDX support, custom domain, and more. Is there any guide to setting up a custom...
Update to make things work on latest version. ```docker-compose up``` Also, run this shorter command to build image & run image.
I can't use iStats on Apple M1 laptops, can we support M1?
Ref: `net.openhft.chronicle.map.ChronicleMap`: > Functionally this interface defines some methods supporting garbage-free off-heap programming: getUsing(Object, Object), acquireUsing(Object, Object). Consider using `getUsing` and `accquireUsing`, and `Values.newHeapInstance(byte[].class)`
Ref https://sbom.lift.sonatype.com/report/T1-a0368c8f29fdaa555824-50fd4d271d4cd6-1654147467-65aca49581bd41a8bf5271541c79c207
Naive KQL  KQL supports: - CREATE TABLE - DROP TABLE - INSERT - UPDATE - DELETE - SELECT - AND, OR - EQUAL, NOT EQUAL - MIN, MAX -...
Issue: Current benchmarking for data structures like hash, list, and sorted set is very poor, compared to string (as string DS, we have an **on-par performance with Redis**). ## Current...