in-memory
Here are 233 public repositories matching this topic...
-
Updated
Nov 18, 2021 - Go
Sometimes we need to store a reference to an error object somewhere in the code so that we can return it to users. A good example is net.box: if the state machine is in the error state, we should return the error that caused the failure to all user requests. The problem is a user that got an error may link it to another error with [error.set_prev](https://www.tarantool.io/en/doc/latest/reference
Currently we don't have any mechanism to limit the maximum number of clients that could be handled simultaneously.
This feature should be designed properly. Here is some clue: https://redis.io/topics/clients#maximum-number-of-clients
-
Updated
Nov 25, 2021 - TypeScript
-
Updated
Jul 29, 2020 - Elixir
-
Updated
Nov 7, 2021 - Java
-
Updated
Dec 23, 2020 - C
-
Updated
Nov 26, 2021 - Java
-
Updated
Sep 20, 2021 - JavaScript
Accessing Slice from Java requires input ByteOps for each API call which is repetitive and no fun.
Slice
.ofBytesJava(50)
.addInt(data.getInteger(), ByteOps.Java())
.addLong(data.getLongVal(), ByteOps.Java())
.addStringUTF8(data.getString(), ByteOps.Java())
.close(); See example.
Solution
Maybe
-
Updated
Apr 6, 2021 - C
-
Updated
Aug 15, 2021 - C++
Use of the $geoNear pipeline stage results in:
[Error 40324] Unrecognized pipeline stage name: '$geoNear'
It's clear it is not currently supported in de.bwaldvogel.mongo.backend.aggregation.Aggregation.java
Example Mongo query usage:
db.places.aggregate([
{
$geoNear: {
near: { type: "Point", coordinates: [ -73.99279 , 40.719296 ] },
distance
-
Updated
Nov 18, 2021 - C++
-
Updated
Oct 14, 2021 - Elixir
-
Updated
Nov 24, 2021 - Rust
Tracking issue
-
Updated
Sep 4, 2021 - C++
Partition predicate
Currently, the Go client does not support Hazelcast's partition predicate.
-
Updated
Aug 20, 2021 - Go
-
Updated
Nov 9, 2021 - C++
Improve this page
Add a description, image, and links to the in-memory topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the in-memory topic, visit your repo's landing page and select "manage topics."


Avoid controlling endless loop with exception in
loadAnonymousClasses, e.g. by extracting loading class to the method:https://sonarcloud.io/project