Examples

Examples that use GemFire clients.
Sort
Category
38 Results for
Spring - Convert Spring Data Redis Pub-Sub to VMware GemFire
Examples VMware GemFire .NET Client - Put, Get, Remove VMware GemFire .NET Client - Session State VMware GemFire .NET Client - SSL VMware GemFire .NET Client - Using Client Cache XML & Properties Fil...
Spring - Convert Redis HTTP Session State to VMware GemFire
View on GITHUB Examples VMware GemFire .NET Client - Put, Get, Remove VMware GemFire .NET Client - Session State VMware GemFire .NET Client - SSL VMware GemFire .NET Client - Using Client Cache XML &...
VMware GemFire .NET Client - Using Client Cache XML & Properties File
View on GITHUB This is a sample that uses client.properties file along with client.xml file. This approach applies the client properties from a file instead of hard coding them into your code. It’s a...
VMware GemFire .NET Client - SSL
View on GITHUB This is a sample code that connects to an SSL enabled GemFire cluster using SSL enabled client. It’s a simple command line simple program that connects to a region using cache factory ...
VMware GemFire .NET Client - Session State
In Global.asax.cs code-behind file, you will need add a class called BasicAuthInitialize that implements the Apache.Geode.Client.IAuthInitialize interface. It can also be declared outside of the Glob...
VMware GemFire .NET Client - Put, Get, Remove
View on GITHUB Examples VMware GemFire .NET Client - Put, Get, Remove VMware GemFire .NET Client - Session State VMware GemFire .NET Client - SSL VMware GemFire .NET Client - Using Client Cache XML &...