私のクラスで私のredisclientにservicestackを使用しています。 私は、次のようにクライアントRedisの1を持っている: public class MySuperClass{
....
RedisClient client = new RedisClient("localhost", 6379);
public int MySuperProp
私はを使用してRedisにアクセスしています。パフォーマンスを向上させるためにRedisを1回呼び出すだけで複数のハッシュデータを取得する必要があります。 redis-cli --ldb --eval /tmp/script.lua hash_key1 hash_key2
script.lua: より具体的に、私は以下のような複数のハッシュ取得しようとしています local r = {}
f
ノード内でexpress-sessionでredisを設定しています。 私はこのエラーを取得しています: if (options.unref) this.client.unref();
this.client.unref is not a function
このエラーポイントを私のnode_modulesでのライブラリをRedisの-接続すること。 ここで私がノードを持っている基本的なコード